Skip to main content

ASPxClientHtmlEditorTableDialog.GetHeightValueTypeComboBox Method

Provides access to the client object of the combo box in the Html Editor’s Table dialogs that allows you to specify the table height measurement unit.

Declaration

GetHeightValueTypeComboBox(): ASPxClientComboBox

Returns

Type Description
ASPxClientComboBox

A ASPxClientComboBox object.

Remarks

Use the GetHeightValueTypeComboBox method to get access to the combo box in the Html Editor’s Table dialogs that allows you to specify the table height measurement unit.

For more information about client APIs related to 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