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

SeparatorKind Enum

Contains values specifying the type of item cell separators.

Namespace: DevExpress.XtraVerticalGrid.Rows

Assembly: DevExpress.XtraVerticalGrid.v19.2.dll

Declaration

public enum SeparatorKind

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.

See Also