XRCrossTabCell.GetEffectiveTextAlignment() Method
In This Article
Returns the cell’s actually used text alignment.
Namespace: DevExpress.XtraReports.UI.CrossTab
Assembly: DevExpress.XtraReports.v24.2.dll
NuGet Package: DevExpress.Reporting.Core
#Declaration
public override TextAlignment GetEffectiveTextAlignment()
#Returns
Type | Description |
---|---|
Text |
The effective text alignment. |
#Remarks
The GetEffectiveTextAlignment method searches an actual text alignment in the following order:
- the cell’s TextAlignment property value if it differs from the default value;
- the TextAlignment property value in a style of the cell’s area (HeaderAreaStyle, DataAreaStyle or TotalAreaStyle) if it is set;
- the TextAlignment property value in the GeneralStyle if it is set;
- the default text alignment.
Tip
See Cross
See Also