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

SimpleCommandState.visible Property

Specifies a command visibility.

Declaration

visible: boolean

Property Value

Type Description
boolean

true if the command is visible; otherwise false.

Remarks

<dx:ASPxRichEdit ID="RichEdit" runat="server" ClientInstanceName="richEdit" .../>
See Also