SplitterItemFixedStyles Enum
Contains values that specify whether and which layout item/group is fixed.
Namespace: DevExpress.XtraLayout
Assembly: DevExpress.XtraLayout.v24.2.dll
Declaration
Members
Name | Description |
---|---|
None
|
No item is fixed. |
LeftTop
|
The left or top item is fixed (depending on the SplitterItem’s orientation). |
RightBottom
|
The right or bottom item is fixed (depending on the SplitterItem’s orientation). |
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