Skip to main content

ASPxClientHtmlEditorTableColumnPropertiesDialog.GetWidthValueSpinEdit Method

Provides access to the client object of the spin editor that allows you to set the column width value in the Html Editor’s “Column Properties” dialog.

Declaration

GetWidthValueSpinEdit(): ASPxClientSpinEdit

Returns

Type Description
ASPxClientSpinEdit

A ASPxClientSpinEdit object.

Remarks

Use the GetWidthValueSpinEdit method to access the spin editor that allows you to set the column width value 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