Click or drag to resize

AjaxRichControlDefinition Property

Gets an object that is used to identify the control on the client.

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
protected AjaxRichControlAjaxRichControlClientDefinition Definition { get; }

Property Value

Type: AjaxRichControlAjaxRichControlClientDefinition
Exceptions
ExceptionCondition
InvalidOperationExceptionThe GetClientDefinition method returned an empty definition.
Remarks
This property calls GetClientDefinition in order to retrieve client-side definition object.
See Also