ASPxClientHtmlEditorTableRowPropertiesDialog.GetHeightValueSpinEdit Method
Provides access to the client ASPxSpinEdit object that allows you to specify the row height in the Html Editor’s “Row Properties” dialog.
Declaration
GetHeightValueSpinEdit(): ASPxClientSpinEdit
Returns
Type | Description |
---|---|
ASPxClientSpinEdit | A ASPxClientSpinEdit object. |
Remarks
Use the GetHeightValueSpinEdit method to get access to the spin editor that allows you to specify the row height in the Html Editor’s “Row Properties” dialog (Table dialogs).
For more information about client APIs related to the Html Editor’s Table dialogs, refer to the Related Client API section in the Table Dialogs topic.
Online Demo: Html Editor - Dialog Customization
See Also