Back to Devexpress

BaseDocument.ShouldSerializeProperties() Method

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-basedocument-d1af7298.md

latest1.5 KB
Original Source

BaseDocument.ShouldSerializeProperties() Method

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

Namespace : DevExpress.XtraBars.Docking2010.Views

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Never)]
public bool ShouldSerializeProperties()
vb
<EditorBrowsable(EditorBrowsableState.Never)>
Public Function ShouldSerializeProperties As Boolean

Returns

TypeDescription
Boolean

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

|

See Also

BaseDocument Class

BaseDocument Members

DevExpress.XtraBars.Docking2010.Views Namespace