Skip to main content

XRCrossBandBox.GetEffectiveBorderDashStyle() Method

Overrides the XRControl.GetEffectiveBackColor property to hide it.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v23.2.dll

NuGet Package: DevExpress.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