Back to Devexpress

CommandState<T>.value Property

aspnet-js-commandstate-1-079c292b.md

latest602 B
Original Source

CommandState<T>.value Property

Specifies a command value.

Declaration

ts
value: T

Property Value

TypeDescription
T

The type of value.

|

Remarks

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

See Also

CommandState<T> Class

CommandState<T> Members