Class DropIndicatorMode
Specifies the mode of indicator to notify the position of a row where the dragged rows are going to be dropped.
Inheritance
System.Object
DropIndicatorMode
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.UWP.dll
Syntax
public sealed class DropIndicatorMode : Enum
Fields
Arrow
Indicator shows as the up and down arrow on targeted row.
Declaration
public const DropIndicatorMode Arrow
Field Value
Type |
---|
DropIndicatorMode |
Line
Indicator shows as line on targeted row.
Declaration
public const DropIndicatorMode Line
Field Value
Type |
---|
DropIndicatorMode |