ASPxClientHtmlEditorTableRowPropertiesDialog.GetHeightTypeComboBox Method
Provides access to the client object of the “Height” combo box in the Html Editor’s “Row Properties” dialog.
Declaration
GetHeightTypeComboBox(): ASPxClientComboBox
Returns
Type | Description |
---|---|
ASPxClientComboBox | A ASPxClientComboBox object. |
Remarks
Use the GetHeightTypeComboBox method to get access to the “Height” combo box 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