Back to Devexpress

SeparatorKind Enum

windowsforms-devexpress-dot-xtraverticalgrid-dot-rows-d66aba48.md

latest2.8 KB
Original Source

SeparatorKind Enum

Contains values specifying the type of item cell separators.

Namespace : DevExpress.XtraVerticalGrid.Rows

Assembly : DevExpress.XtraVerticalGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

Declaration

csharp
public enum SeparatorKind
vb
Public Enum SeparatorKind

Members

NameDescription
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.

|

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

SeparatorKind

SeparatorString

DevExpress.XtraVerticalGrid.Rows Namespace