SeparatorKind Enum
Contains values specifying the type of item cell separators.
Namespace: DevExpress.XtraVerticalGrid.Rows
Assembly: DevExpress.XtraVerticalGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid
Declaration
Members
Name | Description |
---|---|
VertLine
|
Specifies that a cell separator is displayed as a vertical line. The separator style is specified by the VertLine style, which affects the look and feel of all vertical lines within your grid control. |
String
|
Specifies that cell separators have a custom string representation defined by the MultiEditorRow.SeparatorString property. In this case the Separator style is used to control the look and feel of separator elements. |
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.