PivotGridFormatRule.Measure Property
Gets or sets the data field to which the format rule is applied.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.XtraPivotGrid.v22.2.dll
NuGet Package: DevExpress.Win.PivotGrid
Declaration
[DefaultValue(null)]
[DXCategory("Behavior")]
[PivotAreaProperty(PivotArea.DataArea)]
public PivotGridField Measure { get; set; }
Property Value
Type | Default | Description |
---|---|---|
PivotGridField | null | A PivotGridField object to which the format rule is applied. |
See Also