TcxMultiEditorRowProperties.SeparatorAlignmentVert Property
Specifies the vertical alignment of the row header separator.
Declaration
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