Skip to main content
A newer version of this page is available. .
Tab

CheckListPropertiesBase.TextAlign Property

Gets or sets the horizontal alignment of the text label relative to the check mark.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[DefaultValue(TextAlign.Right)]
public TextAlign TextAlign { get; set; }

Property Value

Type Default Description
TextAlign **Right**

A TextAlign value.

Remarks

Use the TextAlign property to specify the horizontal alignment of the check box editors’ text label relative to the check mark.

Note

The TextAlign property synchronizes its value with the editor’s ASPxCheckListBase.TextAlign property.

See Also