Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid.Views Namespace / UIViewBase Class / DefaultDropMarkOrientation Property


    DefaultDropMarkOrientation Property
    Gets or sets the default orientation of the drop-mark.
    Syntax
    'Declaration
     
    Public Property DefaultDropMarkOrientation As DropMarkOrientation
     
    'Usage
     
    Dim instance As UIViewBase
    Dim value As DropMarkOrientation
     
    instance.DefaultDropMarkOrientation = value
     
    value = instance.DefaultDropMarkOrientation

    Property Value

    A DropMarkOrientation value indicating the default orientation of the drop-mark. The DefaultDropMarkOrientation will be used in the case where the value of the DropMarkOrientation attached property is a null reference (Nothing in Visual Basic). By default, DropMarkOrientation.Vertical.

    Member Description
    Default The orientation of the drop-mark will be the default orientation depending on a grid's view.
    Vertical The drop-mark will have a vertical orientation.
    Horizontal The drop-mark will have a horizontal 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 a grid is in CardView or CompactCardView.

    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