ASPxCheckBox.TextAlign Property
Gets or sets the horizontal alignment of the text label relative to the check mark.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
Property Value
Type | Default | Description |
---|---|---|
TextAlign | Right | 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