Class FilterViewBooleanCategoryElement
Inheritance
System.Object
FilterViewBooleanCategoryElement
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.WinControls.UI.FilterView
Assembly: Telerik.WinControls.UI.dll
Syntax
public class FilterViewBooleanCategoryElement : FilterViewTextCategoryElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IFilterViewCategory
Constructors
FilterViewBooleanCategoryElement()
Declaration
public FilterViewBooleanCategoryElement()
FilterViewBooleanCategoryElement(String, String)
Declaration
public FilterViewBooleanCategoryElement(string propertyName, string displayName = "")
Parameters
System.String
propertyName
|
System.String
displayName
|
FilterViewBooleanCategoryElement(String, Type, String)
Declaration
public FilterViewBooleanCategoryElement(string propertyName, Type propertyType, string displayName = "")
Parameters
System.String
propertyName
|
System.Type
propertyType
|
System.String
displayName
|
Methods
ApplyFilter(FilterDescriptor)
Declaration
public override bool ApplyFilter(FilterDescriptor filterDescriptor)
Parameters
FilterDescriptor
filterDescriptor
|
Returns
System.Boolean
|
Overrides
ClearItems()
CreateFalseCheckBox()
CreateItemCore(Object)
Declaration
protected override IFilterViewItem CreateItemCore(object value)
Parameters
System.Object
value
|
Returns
IFilterViewItem
|
Overrides
CreateItems(ICollection<Object>)
Declaration
public override void CreateItems(ICollection<object> values)
Parameters
System.Collections.Generic.ICollection<System.Object>
values
|
Overrides
CreateTrueCheckBox()
GetFilter()
GetFilterValue()
Declaration
protected virtual object GetFilterValue()
Returns
System.Object
|
InitializeFields()
Declaration
protected override void InitializeFields()