Class DataFilterCheckboxCriteriaElement
Inheritance
System.Object
DataFilterCheckboxCriteriaElement
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
Assembly: Telerik.WinControls.UI.dll
Syntax
public class DataFilterCheckboxCriteriaElement : DataFilterCriteriaElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<RadTreeNode>
Constructors
DataFilterCheckboxCriteriaElement()
Declaration
public DataFilterCheckboxCriteriaElement()
Methods
CreateValueElement()
Declaration
protected override DataFilterValueEditorElement CreateValueElement()
Returns
DataFilterValueEditorElement
|
Overrides
IsCompatible(RadTreeNode, Object)
Declaration
public override bool IsCompatible(RadTreeNode data, object context)
Parameters
RadTreeNode
data
|
System.Object
context
|
Returns
System.Boolean
|