CustomDrawSeparatorEventArgs.IsHeaderSeparator Property
In This Article
Gets a value indicating whether the painted cell separator is contained within the row header.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the painted cell separator is contained within the row header; otherwise false. |
See Also