Skip to main content

SimpleCommandState.visible Property

Specifies a command visibility.

#Declaration

TypeScript
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