Skip to main content

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

NuGet Package: DevExpress.Data

Declaration

bool Visible { get; set; }

Property Value

Type Description
Boolean

true to display the UI element; otherwise, false.

See Also