A newer version of this page is available.
Switch to the current version.
XRCharacterComb.BorderDashStyle Property
Overrides the XRControl.BorderDashStyle property to hide the BorderDashStyle.Double value in the Property Grid.
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 | Description |
---|---|
BorderDashStyle | A BorderDashStyle enumeration value. |
Remarks
The XRCharacterComb control does not support the Double border dash style.
See Also
Feedback