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

SplitContainerControl.SetPanelBorderStyle(BorderStyles) Method

Specifies the border style of the panels.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

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