SplitContainerControl.SetPanelBorderStyle(BorderStyles) Method
Specifies the border style of the panels.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
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