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

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

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

Declaration

bool Visible { get; set; }

Property Value

Type Description
Boolean

true to display the UI element; otherwise, false.

See Also