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

CommandState<T>.value Property

Specifies a command value.

Declaration

value: T

Property Value

Type Description
T

The type of value.

Remarks

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