XtraPanel.BorderStyle Property
Gets or sets the panel’s border style.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
[DefaultValue(BorderStyle.None)]
[DXCategory("Appearance")]
public BorderStyle BorderStyle { get; set; }
Property Value
Type | Default | Description |
---|---|---|
BorderStyle | None | A BorderStyle value that specifies the panel’s border style. |
See Also