Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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