DataViewEmptyDataStyle.HorizontalAlign Property
Gets or sets the horizontal alignment of the empty text within the control’s empty data area.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
Declaration
[DefaultValue(HorizontalAlign.Center)]
public override HorizontalAlign HorizontalAlign { get; set; }
Property Value
Type | Default | Description |
---|---|---|
HorizontalAlign | Center | One of the HorizontalAlign enumeration values. |
Remarks
Use the HorizontalAlign property to specify the horizontal alignment of a null text within the ASPxDataView‘s empty data area. The empty data content and its styles are defined via the corresponding ASPxDataViewBase.EmptyDataText, ASPxDataViewBase.EmptyDataStyle and the ASPxDataViewBase.EmptyDataTemplate properties.
See Also