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

DXEditMenuItem.Height Property

Gets or sets the editor’s height.

Namespace: DevExpress.Utils.Menu

Assembly: DevExpress.XtraEditors.v21.2.dll

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

Declaration

public int Height { get; set; }

Property Value

Type Description
Int32

An integer value that is the editor’s height.

Remarks

The Height is set a predefined value.

See Also