Class Condition
Base class used in filtering.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Pivot.Core.Filtering
Assembly: Telerik.Pivot.Core.dll
Syntax
public abstract class Condition : SettingsNode, INotifyPropertyChanged, ISupportInitialize, IObservableServiceProvider, IServiceProvider, IEditable
Constructors
Condition()
Declaration
protected Condition()
Properties
IsActive
Returns a value indicating whether this instance is active and will take part in filtering.
Declaration
public virtual bool IsActive { get; }
Property Value
System.Boolean
Is active. |