Class FilterViewRadioButtonItem
Inheritance
System.Object
    
    
    
    
    
    
    
    
    
    
    FilterViewRadioButtonItem
  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 FilterViewRadioButtonItem : RadRadioButtonElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IButtonControl, IImageElement, IFilterViewItem
  Constructors
FilterViewRadioButtonItem(IFilterViewCategory)
Declaration
public FilterViewRadioButtonItem(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
         
  |