CustomDrawSeparatorEventArgs.SeparatorKind Property
Gets the painted cell separator’s type.
Namespace: DevExpress.XtraVerticalGrid.Events
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
public SeparatorKind SeparatorKind { get; }
#Property Value
Type | Description |
---|---|
Separator |
A Separator |
Available values:
Name | Description |
---|---|
Vert |
Specifies that a cell separator is displayed as a vertical line. The separator style is specified by the Vert |
String | Specifies that cell separators have a custom string representation defined by the Multi |
#Remarks
The SeparatorKind property allows you to obtain the painted cell separator’s type. If you need to specify the separator’s type, use the row’s MultiEditorRow.SeparatorKind property. The images below illustrates the types available.
If the SeparatorKind property returns a SeparatorKind.String value, use the CustomDrawSeparatorEventArgs.SeparatorString property to specify the separator’s display text.