Skip to main content

FreeLayoutProperties.EnableStickySplitters Property

Gets or sets whether sticky splitters are enabled. Sticky splitters allow end-users to quickly adjust widget sizes when resizing them.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(DefaultBoolean.Default)]
[XtraSerializableProperty(XtraSerializationVisibility.Visible)]
public DefaultBoolean EnableStickySplitters { get; set; }

Property Value

Type Default Description
DefaultBoolean Default

A DefaultBoolean enumerator value that specifies whether or not sticky splitters are enabled. The Default and True values are equal.

Available values:

Name Description Return Value
True

The value is true.

0

False

The value is false.

1

Default

The value is specified by a global option or a higher-level object.

2

Remarks

See Free Layout Mode to learn more.

See Also