ASPxHeadline.MaxLength Property
Gets or sets the maximum length of the headline’s text.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
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 MaxLength property has no effect if the control’s EncodeHtml property is set to false
.
See Also