Back to Devexpress

OptionsView.RoundedPanelIntegrationMode Property

windowsforms-devexpress-dot-xtralayout-dot-optionsview-fc746b84.md

latest3.1 KB
Original Source

OptionsView.RoundedPanelIntegrationMode Property

Gets or sets how the Layout Control interacts with a Rounded Skin Panel container in the WXI skin.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(RoundedPanelIntegrationMode.Adaptive)]
public RoundedPanelIntegrationMode RoundedPanelIntegrationMode { get; set; }
vb
<DefaultValue(RoundedPanelIntegrationMode.Adaptive)>
Public Property RoundedPanelIntegrationMode As RoundedPanelIntegrationMode

Property Value

TypeDefaultDescription
RoundedPanelIntegrationModeAdaptive

A value that specifies whether the Layout Control automatically adapts its padding within a RoundedSkinPanel container.

|

Available values:

NameDescription
Adaptive

The Layout Control disables its padding. The RoundedSkinPanel hides its border.

| | Manual |

The LayoutControl applies its default padding. The RoundedSkinPanel displays its border.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to RoundedPanelIntegrationMode
LayoutControl

.OptionsView .RoundedPanelIntegrationMode

|

Remarks

In the WXI skin, the RoundedPanelIntegrationMode property specifies how the Layout Control interacts with a RoundedSkinPanel container:

Adaptive (Default)

The Layout Control disables its padding. The RoundedSkinPanel hides its border.

csharp
layoutControl1.OptionsView.RoundedPanelIntegrationMode = DevExpress.XtraLayout.RoundedPanelIntegrationMode.Adaptive;

Manual

The LayoutControl applies its default padding. The RoundedSkinPanel displays its border. Use this mode to manually control layout appearance.

csharp
layoutControl1.OptionsView.RoundedPanelIntegrationMode = DevExpress.XtraLayout.RoundedPanelIntegrationMode.Manual;

See Also

Windows 11 UI

RoundedSkinPanel

OptionsView Class

OptionsView Members

DevExpress.XtraLayout Namespace