Skip to main content

ASPxClientHtmlEditorTableElementPropertiesDialog.GetVerticalAlignmentComboBox Method

Provides access to the client object of the “Vertical” combo box in the Html Editor’s Row/Column/Cell Properties dialog’s Alignment group.

Declaration

GetVerticalAlignmentComboBox(): ASPxClientComboBox

Returns

Type Description
ASPxClientComboBox

A ASPxClientComboBox object.

Remarks

Use the GetVerticalAlignmentComboBox method to access the “Vertical” 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