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