Back to Devexpress

SplitFixedPanel Enum

windowsforms-devexpress-dot-xtraeditors-b752619f.md

latest1.8 KB
Original Source

SplitFixedPanel Enum

Lists values that specify which panel within the split container is fixed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public enum SplitFixedPanel
vb
Public Enum SplitFixedPanel

Members

NameDescription
None

The panels’ widths (or heights) are proportionally changed when a split container is being resized.

| | Panel1 |

The width (height if the panels are displayed one above another) of the SplitContainerControl.Panel1 isn’t changed when the split container is resized.

| | Panel2 |

The width (height if the panels are displayed one above another) of the SplitContainerControl.Panel2 isn’t changed when the split container is resized.

|

The following properties accept/return SplitFixedPanel values:

Remarks

The values listed by this enumeration are used to set the SplitContainerControl.FixedPanel property.

See Also

DevExpress.XtraEditors Namespace