'Declaration Public Enum DropMarkOrientation Inherits System.Enum
'Usage Dim instance As DropMarkOrientation
public enum DropMarkOrientation : System.Enum
'Declaration Public Enum DropMarkOrientation Inherits System.Enum
'Usage Dim instance As DropMarkOrientation
public enum DropMarkOrientation : System.Enum
Member | Description |
---|---|
Default | The orientation of the drop-mark will be the default orientation depending on a grid's view. |
Horizontal | The drop-mark will have a horizontal orientation. |
Vertical | The drop-mark will have a vertical orientation. |
The drop-mark is displayed when a ColumnManagerCell or GroupByItem is moved.
If left at its default value, the drop-mark will have a horizontal orientation when a grid is in TableView, and a vertical orientation when the grid is in CardView or CompactCardView.
System.Object
System.ValueType
System.Enum
Xceed.Wpf.DataGrid.Views.DropMarkOrientation
Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2