TcxMultiEditorRowProperties.SeparatorString Property
In This Article
Specifies the string used as the row header separator.
#Declaration
Delphi
property SeparatorString: string read; write;
#Property Value
Type |
---|
string |
#Remarks
The row header separator divides row headers into sections for each item. Use this property to set any character as the separator. The SeparatorString is applied if the value of the SeparatorKind property is skString.
See Also