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.SeparatorString Property

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