Back to Devexpress

DXEditMenuItem.Width Property

windowsforms-devexpress-dot-utils-dot-menu-dot-dxeditmenuitem-399a6613.md

latest1.0 KB
Original Source

DXEditMenuItem.Width Property

Gets or sets the editor’s width.

Namespace : DevExpress.Utils.Menu

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public int Width { get; set; }
vb
Public Property Width As Integer

Property Value

TypeDescription
Int32

An integer value that is the editor’s widhth.

|

Remarks

The Width value is calculated automatically.

See Also

DXEditMenuItem Class

DXEditMenuItem Members

DevExpress.Utils.Menu Namespace