Skip to main content

WidgetView.ShouldSerializeFreeLayoutProperties() Method

Checks whether or not settings related to Free Layout Mode should be serialized.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool ShouldSerializeFreeLayoutProperties()

Returns

Type Description
Boolean

true if Free Layout Mode settings should be serialized; otherwise, false.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also