ASPxClientHtmlEditorInsertTableCommandArguments Members
In This Article
#Constructors
Name | Description |
---|---|
constructor |
Initializes a new instance of the ASPx |
#Properties
Name | Description |
---|---|
align |
Determines the position of the target table element.
Inherited from ASPx |
caption |
Gets or sets a value that is the table caption.
Inherited from ASPx |
cell |
Gets or sets a table cell padding.
Inherited from ASPx |
cell |
Gets or sets the table cell spacing.
Inherited from ASPx |
columns | Gets or sets the count of columns in the table. |
headers |
Gets or sets a value indicating whether the first row/column serves as the table’s header.
Inherited from ASPx |
is |
Gets or sets a value indicating whether all table columns should have equal width. |
rows | Gets or sets the count of rows in the table. |
selected |
Gets the currently selected element in the ASPx |
style |
Contains the style settings defining the appearance of the target table element.
Inherited from ASPx |
summary |
Gets or sets the table’s summary.
Inherited from ASPx |
See Also