Back to Devexpress

PivotGridControl.PropertyDeserializing Event

windowsforms-devexpress-dot-xtrapivotgrid-dot-pivotgridcontrol-d13457e6.md

latest1.8 KB
Original Source

PivotGridControl.PropertyDeserializing Event

Namespace : DevExpress.XtraPivotGrid

Assembly : DevExpress.XtraPivotGrid.v25.2.dll

NuGet Package : DevExpress.Win.PivotGrid

Declaration

csharp
public event EventHandler<PropertyAllowEventArgs> PropertyDeserializing
vb
Public Event PropertyDeserializing As EventHandler(Of PropertyAllowEventArgs)

Event Data

The PropertyDeserializing event's data class is PropertyAllowEventArgs. The following properties provide information specific to this event:

PropertyDescription
AllowGets or sets whether to allow property serialization or deserialization.
OptionsLayoutGets layout settings of the control whose layout is being serialized or deserialized.
OwnerGets the control or UI element whose layout settings are being serialized or deserialized.
PropertyNameGets the property name currently being processed.

See Also

PivotGridControl Class

PivotGridControl Members

DevExpress.XtraPivotGrid Namespace