TileItemElement.MaxWidth Property
Gets or sets the maximum width this TileItemElement‘s text can occupy.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Default | Description |
---|---|---|
Int32 | -1 | An Int32 value that is the maximum width this TileItemElement‘s text can occupy. |
Remarks
If the TileItemElement‘s text exceeds the width specified via the MaxWidth property, this text will either wrap into multiple lines or simply clip. This behavior depends on the WordWrap property, stored in the TextOptions properties group of the TileItemElement.Appearance property.
See Also