Skip to main content

SplitContainerControl.SetPanelBorderStyle(BorderStyles) Method

Specifies the border style of the panels.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

public void SetPanelBorderStyle(
    BorderStyles border
)

Parameters

Name Type Description
border BorderStyles

A BorderStyles enumeration value specifying the border style of the panels.

Remarks

If the border parameter is set to the BorderStyles.Default value, the border style of the panels is controlled by the container’s XtraScrollableControl.LookAndFeel inherited property.

See Also