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

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

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

Declaration

public bool IsHeaderSeparator { get; }

Property Value

Type Description
Boolean

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

See Also