Skip to main content

ASPxClientHtmlEditorTableColumnPropertiesDialog.GetWidthValueTypeComboBox Method

Provides access to the client object of the combo box that allows you to specify the column width measurement unit in the Html Editor’s “Column Properties” dialog.

Declaration

GetWidthValueTypeComboBox(): ASPxClientComboBox

Returns

Type Description
ASPxClientComboBox

A ASPxClientComboBox object.

Remarks

Use the GetWidthValueTypeComboBox method to access the combo box that allows you to specify the column width measurement unit in the Html Editor’s “Column 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