ASPxClientHtmlEditorChangeElementPropertiesDialog.GetHeightValueSpinEdit Method
Provides access to the client object of the “Height” spin editor in the Html Editor’s “Change Element Properties” dialog.
Declaration
GetHeightValueSpinEdit(): ASPxClientSpinEdit
Returns
Type | Description |
---|---|
ASPxClientSpinEdit | A ASPxClientSpinEdit object. |
Remarks
Use the GetHeightValueSpinEdit method to access the “Height” spin editor in the Html Editor’s Change Element Properties dialog.
For more information about client APIs related to the Html Editor’s “Change Element Properties” dialog, refer to the Related Client API section in the Change Element Properties Dialog topic.
Online Demo: Html Editor - Dialog Customization
See Also