BaseFilter.Enabled Property
Gets or sets whether to apply a filter criteria specified using BaseFilter.Criteria or BaseFilter.CriteriaString.
Namespace: DevExpress.XtraPivotGrid
Assembly: DevExpress.PivotGrid.v24.1.Core.dll
NuGet Packages: DevExpress.PivotGrid.Core, DevExpress.Win.Navigation
Declaration
[TypeConverter(typeof(BooleanTypeConverter))]
[XtraSerializableProperty]
public bool Enabled { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true, to apply a filter criteria; otherwise, false. |
See Also