Back to Devexpress

TileItemElement.MaxWidth Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitemelement-850e8aa0.md

latest1.8 KB
Original Source

TileItemElement.MaxWidth Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Appearance")]
public int MaxWidth { get; set; }
vb
<DefaultValue(-1)>
<DXCategory("Appearance")>
Public Property MaxWidth As Integer

Property Value

TypeDefaultDescription
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

Appearance

TileItemElement Class

TileItemElement Members

DevExpress.XtraEditors Namespace