Skip to main content
A newer version of this page is available. .

DXEditMenuItem.Width Property

Gets or sets the editor’s width.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

public int Width { get; set; }

Property Value

Type Description
Int32

An integer value that is the editor’s widhth.

Remarks

The Width value is calculated automatically.

See Also