Back to Devexpress

SimpleCommandState.visible Property

aspnet-js-simplecommandstate-596d37fd.md

latest673 B
Original Source

SimpleCommandState.visible Property

Specifies a command visibility.

Declaration

ts
visible: boolean

Property Value

TypeDescription
boolean

true if the command is visible; otherwise false.

|

Remarks

aspx
<dx:ASPxRichEdit ID="RichEdit" runat="server" ClientInstanceName="richEdit" .../>
javascript
var commandVisibility = richEdit.commands.changeFontBold.getState().visible;

See Also

SimpleCommandState Class

SimpleCommandState Members