ASPxClientHtmlEditorTablePropertiesCommandArguments.align Property
In This Article
Determines the position of the target table element.
#Declaration
TypeScript
align: string
#Property Value
Type | Description |
---|---|
string | A string value indicating the position of the target table element. |
#Remarks
Valid values are:
- “”: resets the alingment;
- “right”: aligns the table to the right;
- “center”: aligns the table to the center;
- “left”: aligns the table to the left;
See Also