ASPxClientHtmlEditorTableRowPropertiesDialog Methods
Provides client functionality for the Row Properties dialog within the ASPxHtmlEditor.| Name | Description |
|---|---|
| GetBackgroundColorColorEdit | Provides access to the client object of the “Background color” color editor in the Html Editor’s Table dialogs. Inherited from ASPxClientHtmlEditorTableDialogBase. |
| GetCancelButton | Provides access to the client object of the “Cancel” button in the Html Editor’s dialogs. Inherited from ASPxClientHtmlEditorDialogBase. |
| GetFormLayout | Provides access to the client ASPxFormLayout object that arranges all editors in the Html Editor’s dialogs. Inherited from ASPxClientHtmlEditorDialogBase. |
| GetHeightTypeComboBox | Provides access to the client object of the “Height” combo box in the Html Editor’s “Row Properties” dialog. |
| GetHeightValueSpinEdit | Provides access to the client ASPxSpinEdit object that allows you to specify the row height in the Html Editor’s “Row Properties” dialog. |
| GetHeightValueTypeComboBox | Provides access to the client ASPxComboBox object that allows you to specify the row height measurement unit in the Html Editor’s “Row Properties” dialog. |
| GetHorizontalAlignmentComboBox | Provides access to the client object of the “Horizontal” combo box in the Html Editor’s Row/Column/Cell Properties dialog’s Alignment group. Inherited from ASPxClientHtmlEditorTableElementPropertiesDialog. |
| GetOkButton | Provides access to the client object of the “OK” button in the Html Editor’s dialogs. Inherited from ASPxClientHtmlEditorDialogBase. |
| GetVerticalAlignmentComboBox | Provides access to the client object of the “Vertical” combo box in the Html Editor’s Row/Column/Cell Properties dialog’s Alignment group. Inherited from ASPxClientHtmlEditorTableElementPropertiesDialog. |
See Also