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

TcxMultiEditorRowProperties.SeparatorKind Property

Specifies the row header separator type.

#Declaration

Delphi
property SeparatorKind: TSeparatorKind read; write; default skVertLine;

#Property Value

Type Default
TSeparatorKind skVertLine

#Remarks

The row header separator divides row header into sections for each item. When the value of the SeparatorKind property is skVertLine the separator is a vertical line. If the value of the SeparatorKind property is skString the separator is any character that is assigned to the SeparatorString property.

This property has 2 predefined values:

Value Meaning
skVertLine Vertical line is used as the separator
skString String is used as the separator

The following snapshots demonstrate these separators:

Vertical line separator

String separator

The default value of the SeparatorKind property is skVertLine.

See Also