SplitterItemFixedStyles Enum
In This Article
Contains values that specify whether and which layout item/group is fixed.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
None
|
No item is fixed. |
Left
|
The left or top item is fixed (depending on the Splitter |
Right
|
The right or bottom item is fixed (depending on the Splitter |
#Related API Members
The following properties accept/return SplitterItemFixedStyles values:
#Remarks
Use the SplitterItem.FixedStyle property to specify whether and which layout item/group is fixed.
See Also