Back to Devexpress

RoundedSkinPanel.BorderVisibility Property

windowsforms-devexpress-dot-xtraeditors-dot-roundedskinpanel-f7977b6f.md

latest1.9 KB
Original Source

RoundedSkinPanel.BorderVisibility Property

Gets or sets which panel borders are visible.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
[DefaultValue(RoundedPanelBorder.All)]
[DXCategory("Appearance")]
public RoundedPanelBorder BorderVisibility { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(RoundedPanelBorder.All)>
Public Property BorderVisibility As RoundedPanelBorder

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.RoundedPanelBorderAll

A value that specifies panel border visibility.

|

Remarks

Use the BorderVisibility property to hide specific borders (bottom, left, right, top) but retain padding.

Tip

  • Set the BorderStyle property to RoundedPanelBorderStyle.NoBorder to hide all borders but retain padding around the panel.
  • Set the BorderStyle property to RoundedPanelBorderStyle.None to hide the border and remove any padding.

See Also

BorderStyle

RoundedSkinPanel Class

RoundedSkinPanel Members

DevExpress.XtraEditors Namespace