SeparatorKind Enum
Contains values specifying the type of item cell separators.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.2.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
#Declaration
#Members
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 |
#Related API Members
The following properties accept/return SeparatorKind values:
#Remarks
Values listed by this enumeration are used to set the MultiEditorRow.SeparatorKind property value. This property specifies the manner in which item cell separators will be displayed within multi-editor rows - as a vertical line or as a custom string defined by the MultiEditorRow.SeparatorString property.