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

XRCrossBandBox.GetEffectiveBorderDashStyle() Method

Overrides the XRControl.GetEffectiveBackColor property to hide it.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

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

Declaration

public override BorderDashStyle GetEffectiveBorderDashStyle()

Returns

Type Description
BorderDashStyle

A BorderDashStyle enumeration value.

Remarks

This method is overridden to hide the corresponding property of the XRControl class, because the GetEffectiveBorderDashStyle method isn’t appropriate for the XRCrossBandBox class.

See Also