CommandState<T>.value Property
In This Article
Specifies a command value.
#Declaration
TypeScript
value: T
#Property Value
Type | Description |
---|---|
T | The type of value. |
#Remarks
See Also
Specifies a command value.
value: T
Type | Description |
---|---|
T | The type of value. |
<dx:ASPxRichEdit ID="RichEdit" runat="server" ClientInstanceName="richEdit" .../>
var commandChecked = richEdit.commands.changeFontBold.getState().value;
No
Your feedback is appreciated.