Back to Devexpress

CustomDrawSeparatorEventArgs.IsHeaderSeparator Property

windowsforms-devexpress-dot-xtraverticalgrid-dot-events-dot-customdrawseparatoreventargs-af5b819b.md

latest1.5 KB
Original Source

CustomDrawSeparatorEventArgs.IsHeaderSeparator Property

Gets a value indicating whether the painted cell separator is contained within the row header.

Namespace : DevExpress.XtraVerticalGrid.Events

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

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

Declaration

csharp
public bool IsHeaderSeparator { get; }
vb
Public ReadOnly Property IsHeaderSeparator As Boolean

Property Value

TypeDescription
Boolean

true if the painted cell separator is contained within the row header; otherwise false.

|

See Also

CustomDrawSeparatorEventArgs Class

CustomDrawSeparatorEventArgs Members

DevExpress.XtraVerticalGrid.Events Namespace