XRCrossBandBox.GetEffectiveBorderDashStyle() Method
Overrides the XRControl.GetEffectiveBackColor property to hide it.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
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