ASPxHeadline.MaxLength Property
In This Article
Gets or sets the maximum length of the headline’s text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value that specifies the maximum number of characters within the headline’s text. 0 if there is no maximum length. |
#Remarks
In some instances, the actual length of the headline’s text can exceed the maximum length to prevent the last word from being truncated.
Note
The Maxfalse
.
See Also