XRControl.BorderDashStyle Property
Specifies the dash style for the control's border.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[SRCategory(ReportStringId.CatAppearance)]
public virtual BorderDashStyle BorderDashStyle { get; set; }
<SRCategory(ReportStringId.CatAppearance)>
Public Overridable Property BorderDashStyle As BorderDashStyle
Property Value
Type | Description |
---|---|
BorderDashStyle | A BorderDashStyle enumeration value. The default is value BorderDashStyle.Solid. |
See Also
Feedback