Back to Devexpress

GridView.RowSeparatorHeight Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-408eb1fe.md

latest1.9 KB
Original Source

GridView.RowSeparatorHeight Property

Gets or sets the distance between rows.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(0)]
[DXCategory("Appearance")]
[XtraSerializableProperty(XtraSerializationFlags.AutoScaleY)]
public virtual int RowSeparatorHeight { get; set; }
vb
<DefaultValue(0)>
<DXCategory("Appearance")>
<XtraSerializableProperty(XtraSerializationFlags.AutoScaleY)>
Public Overridable Property RowSeparatorHeight As Integer

Property Value

TypeDefaultDescription
Int320

An integer value specifying the distance between rows in pixels.

|

Remarks

Assigning values less than 0 or greater than 100 automatically sets the RowSeparatorHeight property to 0 or 100 respectively.

Please refer to the Rows topic for details.

See Also

RowHeight

GroupRowHeight

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace