Skip to main content

GridControl.RowIndicatorHorizontalOffset Property

Gets or sets the horizontal offset for the Row Indicator Panel. This is a dependency property.

Namespace: DevExpress.UI.Xaml.Grid

Assembly: DevExpress.UI.Xaml.Grid.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public double RowIndicatorHorizontalOffset { get; set; }

Property Value

Type Description
Double

A System.Double value that specifies the offset in pixels.

See Also