Back to Devexpress

BarItem.DescriptionMaxWidth Property

windowsforms-devexpress-dot-xtrabars-dot-baritem-6b48dee2.md

latest1.4 KB
Original Source

BarItem.DescriptionMaxWidth Property

Gets or sets the maximum width of this item’s description. Bar Items display their descriptions in Customization Forms, and inside submenus with the LargeImagesTextDescription draw mode.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int DescriptionMaxWidth { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property DescriptionMaxWidth As Integer

Property Value

TypeDescription
Int32

The maximum width of this bar item’s description.

|

See Also

BarItem Class

BarItem Members

DevExpress.XtraBars Namespace