Skip to main content
A newer version of this page is available. .

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.v18.2.dll

Declaration

public double RowIndicatorHorizontalOffset { get; set; }

Property Value

Type Description
Double

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

See Also