TailPosition Enum
Lists values that specify the position of the tail text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Members
Name | Description |
---|---|
Inline
|
The tail text is displayed next to the last word of the headline’s text. If the tail text extends past the end of a line, it is automatically wrapped to the beginning of the next line. |
NewLine
|
The tail text is displayed on a new line below the headline’s text. |
KeepWithLastWord
|
The tail text is always displayed with the last word of the headline’s text. |
Related API Members
The following properties accept/return TailPosition values:
See Also