SplitContainerControl.IsPanelCollapsed Property
Gets whether the panel specified by the SplitContainerControl.CollapsePanel property is collapsed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if this panel is collapsed; otherwise, false. |
Remarks
See the SplitContainerControl.CollapsePanel topic to learn more.
See Also