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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to hide the object with a disabled command; otherwise, false. |
See Also