Back to Devexpress

ASPxCheckBox.TextAlign Property

aspnet-devexpress-dot-web-dot-aspxcheckbox-17d2ca45.md

latest1.6 KB
Original Source

ASPxCheckBox.TextAlign Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(TextAlign.Right)]
public TextAlign TextAlign { get; set; }
vb
<DefaultValue(TextAlign.Right)>
Public Property TextAlign As TextAlign

Property Value

TypeDefaultDescription
TextAlignRight

A TextAlign value.

|

Remarks

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

The text label displayed within the check box editor is specified via the ASPxCheckBox.Text property.

See Also

Check Box

System.Web.UI.WebControls.TextAlign

ASPxCheckBox Class

ASPxCheckBox Members

DevExpress.Web Namespace