A newer version of this page is available.
Switch to the current version.
XRCrossBandBox.BorderDashStyle Property
Overrides the XRControl.BorderDashStyle property, to hide it.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v18.2.dll
Declaration
public override BorderDashStyle BorderDashStyle { get; set; }
Public Overrides Property BorderDashStyle As BorderDashStyle
Property Value
Type |
---|
BorderDashStyle |
Remarks
The BorderDashStyle property overrides the corresponding property of the XRControl class, because it is not appropriate for the XRCrossBandBox class.
See Also
Feedback