Class RadCheckedListDataItem
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 RadCheckedListDataItem : RadListDataItem, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IDataItem
  Constructors
RadCheckedListDataItem()
Declaration
public RadCheckedListDataItem()
  RadCheckedListDataItem(String)
Declaration
public RadCheckedListDataItem(string text)
  Parameters
| 
        System.String
        text
         
  | 
    
RadCheckedListDataItem(String, Boolean)
Declaration
public RadCheckedListDataItem(string text, bool check)
  Parameters
| 
        System.String
        text
         
  | 
    
| 
        System.Boolean
        check
         
  | 
    
Fields
CheckedProperty
Properties
Checked
Declaration
public virtual bool Checked { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
Owner
Selected
Gets or sets a value that indicates if this item is selected. Setting this property will cause the selection events of the owner list control to fire if there is one.
Declaration
public override bool Selected { get; set; }
  Property Value
| 
        System.Boolean
         
  | 
    
Overrides
Methods
OnNotifyPropertyChanged(String)
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
  Parameters
| 
        System.String
        propertyName
         
  | 
    
Overrides
OnNotifyPropertyChanging(String)
Declaration
protected virtual bool OnNotifyPropertyChanging(string propertyName)
  Parameters
| 
        System.String
        propertyName
         
  | 
    
Returns
| 
        System.Boolean
         
  | 
    
OnNotifyPropertyChanging(PropertyChangingEventArgsEx)
Declaration
protected virtual bool OnNotifyPropertyChanging(PropertyChangingEventArgsEx args)
  Parameters
| 
        PropertyChangingEventArgsEx
        args
         
  | 
    
Returns
| 
        System.Boolean
         
  | 
    
OnSelectedItemChanged(EventArgs)
Declaration
protected virtual void OnSelectedItemChanged(EventArgs e)
  Parameters
| 
        System.EventArgs
        e
         
  | 
    
SetDataBoundItem(Boolean, Object)
Declaration
protected override void SetDataBoundItem(bool dataBinding, object value)
  Parameters
| 
        System.Boolean
        dataBinding
         
  | 
    
| 
        System.Object
        value
         
  | 
    
Overrides
Events
PropertyChanging
Declaration
public event PropertyChangingEventHandlerEx PropertyChanging
  Event Type
| 
        PropertyChangingEventHandlerEx
         
  |