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