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

Specifies the vertical alignment of the row header separator.

#Declaration

Delphi
property SeparatorAlignmentVert: TcxAlignmentVert read; write; default vaTop;

#Property Value

Type Default
TcxAlignmentVert vaTop

#Remarks

The row header separator divides row header into sections for each item.

Use the SeparatorAlignmentVert property to define the vertical alignment of the row header separator. This property is applied if the value of the SeparatorKind property is skString.

The SeparatorAlignmentVert property has 3 predefined values:

Value Meaning
vaTop Align the separator to the top in the header
vaBottom Align the separator to the bottom in the header
vaCenter Center the separator in the header

The default value of the SeparatorAlignmentVert property is vaTop.

See Also