Class RootFilterViewModel
RootFilterViewModel.
Inherited Members
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.Windows.Controls.Data.DataFilter
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class RootFilterViewModel : FilterViewModel, INotifyPropertyChanged, IDisposable, IWeakEventListener<NotifyCollectionChangedEventArgs>
Properties
IsComposite
Gets a value indicating whether this instance is composite.
Declaration
public override bool IsComposite { get; }
Property Value
System.Boolean
|