Skip to main content

TcxMultiEditorRowProperties.SeparatorKind Property

Specifies the row header separator type.

Declaration

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