ASPxClientHtmlEditorTableElementPropertiesDialog.GetHorizontalAlignmentComboBox Method
In This Article
Provides access to the client object of the “Horizontal” combo box in the Html Editor’s Row/Column/Cell Properties dialog’s Alignment group.
#Declaration
TypeScript
GetHorizontalAlignmentComboBox(): ASPxClientComboBox
#Returns
Type | Description |
---|---|
ASPx |
A ASPx |
#Remarks
Use the GetHorizontalAlignmentComboBox method to access the “Horizontal” combo box in the Html Editor’s Row/Column/Cell Properties dialog’s Alignment group (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