Skip to main content
A newer version of this page is available. .

XRCrossTabCell.GetEffectiveBorders() Method

Returns the cell’s actually used border settings.

Namespace: DevExpress.XtraReports.UI.CrossTab

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

public override BorderSide GetEffectiveBorders()

Returns

Type Description
BorderSide

The effective border settings.

Remarks

The GetEffectiveBorders method searches actual border settings in the following order:

  • the cell’s Borders property value if it differs from the default value;
  • the Borders property value in a style of the cell’s area (HeaderAreaStyle, DataAreaStyle or TotalAreaStyle) if it is set;
  • the Borders property value in the GeneralStyle if it is set;
  • the default border settings.

Tip

See CrossTabStyles for more information about the Cross Tab’s appearance mechanism.

See Also