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

Command.HideDisabled Property

Gets or sets whether the object to which the command is attached is hidden, if the command is disabled.

Namespace: DevExpress.Utils.Commands

Assembly: DevExpress.Data.v21.2.dll

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

Declaration

public bool HideDisabled { get; set; }

Property Value

Type Description
Boolean

true to hide the object with a disabled command; otherwise, false.

See Also