Back to Devexpress

GridSplitContainer.FixedPanel Property

windowsforms-devexpress-dot-xtragrid-dot-gridsplitcontainer-aaa305b1.md

latest2.3 KB
Original Source

GridSplitContainer.FixedPanel Property

Gets or sets the fixed panel.

Namespace : DevExpress.XtraGrid

Assembly : DevExpress.XtraGrid.v25.2.dll

NuGet Packages : DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(SplitFixedPanel.None)]
public override SplitFixedPanel FixedPanel { get; set; }
vb
<DefaultValue(SplitFixedPanel.None)>
Public Overrides Property FixedPanel As SplitFixedPanel

Property Value

TypeDefaultDescription
SplitFixedPanelNone

A SplitFixedPanel enumeration value which specifies the fixed panel.

|

Available values:

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.

|

Remarks

This property is overridden to provide a default value different from the one provided by the base class. See SplitContainerControl.FixedPanel, to learn about the property’s functionality.

See Also

FixedPanel

GridSplitContainer Class

GridSplitContainer Members

DevExpress.XtraGrid Namespace