PrintableComponentContainer.Borders Property
Overrides the XRControl.Borders property.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v20.2.dll
Declaration
[Browsable(true)]
public override BorderSide Borders { get; set; }
<Browsable(True)>
Public Overrides Property Borders As BorderSide
Property Value
Type | Description |
---|---|
BorderSide | A BorderSide enumeration value. |
Remarks
This property is overridden to hide the corresponding property of the XRControl class, since the Borders property is not appropriate for the PrintableComponentContainer control.
See Also
Feedback