Class FilterViewCheckBoxItem
Inheritance
System.Object
FilterViewCheckBoxItem
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 FilterViewCheckBoxItem : RadCheckBoxElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IFilterViewItem
Constructors
FilterViewCheckBoxItem(IFilterViewCategory)
Declaration
public FilterViewCheckBoxItem(IFilterViewCategory owner)
Parameters
IFilterViewCategory
owner
|
Properties
IsModified
Declaration
public virtual bool IsModified { get; set; }
Property Value
System.Boolean
|
Implements
Owner
Declaration
public IFilterViewCategory Owner { get; protected set; }
Property Value
IFilterViewCategory
|
Implements
ThemeEffectiveType
Declaration
protected override Type ThemeEffectiveType { get; }
Property Value
System.Type
|
Overrides
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|
Implements
Methods
GetFilterValue()
Declaration
public virtual string GetFilterValue()
Returns
System.String
|
Implements
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnCheckStateChanged(EventArgs)
Declaration
protected override void OnCheckStateChanged(EventArgs e)
Parameters
System.EventArgs
e
|