Skip to main content

ASPxClientHtmlEditorTablePropertiesCommandArguments.align Property

Determines the position of the target table element.

Declaration

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