Skip to main content

TileItemElement.MaxWidth Property

Gets or sets the maximum width this TileItemElement‘s text can occupy.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(-1)]
[DXCategory("Appearance")]
public int MaxWidth { get; set; }

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