PrintAppearanceObject.ShouldSerialize() Method
Tests whether or not the PrintAppearanceObject instance should be persisted.
Namespace: DevExpress.PivotGrid.Printing
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
Returns
Type | Description |
---|---|
Boolean | true if the object should be persisted; otherwise, false. |
Remarks
This method supports the .NET Framework infrastructure and you do not need to call it from your code.
See Also