Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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
True

Corresponds to a Boolean value of true.

False

Corresponds to a Boolean value of false.

Default

The value is determined by the current object’s parent object setting (e.g., a control setting).

Remarks

See Free Layout Mode to learn more.

See Also