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