Skip to main content
A newer version of this page is available. .

XtraPanel.BorderStyle Property

Gets or sets the panel’s border style.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(BorderStyle.None)]
public BorderStyle BorderStyle { get; set; }

Property Value

Type Default Description
BorderStyle **None**

A BorderStyle value that specifies the panel’s border style.

See Also