Back to Devexpress

SplitterItemFixedStyles Enum

windowsforms-devexpress-dot-xtralayout-81749e02.md

latest1.4 KB
Original Source

SplitterItemFixedStyles Enum

Contains values that specify whether and which layout item/group is fixed.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum SplitterItemFixedStyles
vb
Public Enum SplitterItemFixedStyles

Members

NameDescription
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).

|

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

FixedStyle

DevExpress.XtraLayout Namespace