HeadlineSettings.TailPosition Property
Gets or sets the position of the tail text within the headline.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
[DefaultValue(TailPosition.Inline)]
public TailPosition TailPosition { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Tail |
Inline | A Tail |
Available values:
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. |
New |
The tail text is displayed on a new line below the headline’s text. |
Keep |
The tail text is always displayed with the last word of the headline’s text. |
#Remarks
Note
The Tailfalse
.