ASPxClientHtmlEditorChangeElementPropertiesDialog.GetHeightValueTypeComboBox Method
In This Article
Provides access to the client ASPxComboBox object that allows you to specify the element height measurement unit in the Html Editor’s “Change Element Properties” dialog.
#Declaration
TypeScript
GetHeightValueTypeComboBox(): ASPxClientComboBox
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use the GetHeightValueTypeComboBox method to access the combo box that allows you to specify the element height measurement unit 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