TcxMultiEditorRowProperties.SeparatorKind Property
In This Article
Specifies the row header separator type.
#Declaration
Delphi
property SeparatorKind: TSeparatorKind read; write; default skVertLine;
#Property Value
Type | Default |
---|---|
TSeparator |
sk |
#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 |
---|---|
sk |
Vertical line is used as the separator |
sk |
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