Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public bool HideDisabled { get; set; }

Property Value

Type Description
Boolean

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

See Also