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