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

ASPxCheckListBase.TextAlign Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v20.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
TextAlign **Right**

A TextAlign value.

Remarks

This property is a wrapper of the CheckListPropertiesBase.TextAlign property.

See Also