ASPxClientEditBase.GetEnabled Method
Returns a value indicating whether an editor is enabled.
Declaration
GetEnabled(): boolean
Returns
Type | Description |
---|---|
boolean |
|
Remarks
Use the GetEnabled method on the client to determine an editor’s ability to respond to end-user interactions such as mouse clicks or text input. The initial client availability state of an editor can be defined using its server ASPxEditBase.ClientEnabled property. Then, the editor’s state can be dynamically changed on the client side using the ASPxClientEditBase.SetEnabled method.
See Also