Skip to main content

BaseDocument.ShouldSerializeProperties() Method

Returns whether settings of the BaseDocument.Properties object should be serialized.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShouldSerializeProperties()

Returns

Type Description
Boolean

true if settings of the BaseDocument.Properties object should be serialized.; otherwise, false.

See Also