Skip to main content

DocumentAnimationProperties.ShouldSerialize() Method

Returns whether settings of the DocumentAnimationProperties object should be serialized.

Namespace: DevExpress.XtraBars.Docking2010.Views.Widget

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public bool ShouldSerialize()

Returns

Type Description
Boolean

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

See Also