FixedColumnDropMarkPen Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid.Views Namespace > FixedCellPanel Class : FixedColumnDropMarkPen Property

Gets or sets the Pen used to draw the fixed-column drop-mark.

Syntax

Visual Basic (Declaration) 
Public Property FixedColumnDropMarkPen As Pen
C# 
public Pen FixedColumnDropMarkPen {get; set;}

Return Value

The Pen used to draw the fixed-column drop-mark. By default, a null reference (Nothing in Visual Basic).

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also