Back to Devexpress

ICommandUIState.Visible Property

corelibraries-devexpress-dot-utils-dot-commands-dot-icommanduistate-c41b1b1f.md

latest1.2 KB
Original Source

ICommandUIState.Visible Property

Gets or sets whether the UI element to which the command is attached is visible.

Namespace : DevExpress.Utils.Commands

Assembly : DevExpress.Data.v25.2.dll

NuGet Package : DevExpress.Data

Declaration

csharp
bool Visible { get; set; }
vb
Property Visible As Boolean

Property Value

TypeDescription
Boolean

true to display the UI element; otherwise, false.

|

See Also

HideDisabled

Enabled

ICommandUIState Interface

ICommandUIState Members

DevExpress.Utils.Commands Namespace