Skip to main content
A newer version of this page is available. .

ASPxClientHtmlEditorTableDialog.GetAlignmentComboBox Method

Provides access to the client object of the “Alignment” combo box in the Html Editor’s Table dialogs.

Declaration

GetAlignmentComboBox(): ASPxClientComboBox

Returns

Type Description
ASPxClientComboBox

A ASPxClientComboBox object.

Remarks

Use the GetAlignmentComboBox method to get access to the “Alignment” combo box in the Html Editor’s Table dialogs.

For more information about client APIs related to 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