horizontalAlignment
Specifies the title's alignment in a horizontal direction.
When using the widget as an ASP.NET MVC Control, specify this option with the HorizontalAlignment
enum that accepts the following values: Left
, Center
and Right
.
See Also
- title.verticalAlignment
margin
Generates space around the title.
Use the fields of this object to set the required values for the left, right, top and bottom title margins separately. If title margins suppose to be equal, assign a numeric value directly to the margin property.
placeholderSize
Specifies the minimum height that the title occupies.
position
Use the horizontalAlignment and verticalAlignment options instead.
Specifies the position of the title.
subtitle
Configures the widget's subtitle.
If you need to specify the subtitle's text only, assign it directly to this option. Otherwise, set this option to an object with the text and other fields specified.
verticalAlignment
Specifies the title's alignment in a vertical direction.
When using the widget as an ASP.NET MVC Control, specify this option with the VerticalEdge
enum that accepts the following values: Top
and Bottom
.
See Also
- title.horizontalAlignment
If you have technical questions, please create a support ticket in the DevExpress Support Center.