Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Views Namespace / DropMarkOrientation Enumeration


In This Topic
    DropMarkOrientation Enumeration
    In This Topic
    Value representing the orientation of the drop-mark in the ColumnManagerRow and GroupByControl.
    Syntax
    'Declaration
     
    Public Enum DropMarkOrientation 
       Inherits System.Enum
    'Usage
     
    Dim instance As DropMarkOrientation
    public enum DropMarkOrientation : System.Enum 
    Members
    MemberDescription
    DefaultThe orientation of the drop-mark will be the default orientation depending on a grid's view.
    HorizontalThe drop-mark will have a horizontal orientation.
    VerticalThe drop-mark will have a vertical orientation.
    Remarks

    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.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.DataGrid.Views.DropMarkOrientation

    Requirements

    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

    See Also