Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class RadCheckedListDataItem : RadListDataItem, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IDataItem
Inheritance: objectDisposableObjectRadObjectRadListDataItemRadCheckedListDataItem
Derived Classes:
Implements:
Inherited Members
Constructors
public RadCheckedListDataItem()
Fields
public static readonly RadProperty CheckedProperty
Properties
Gets a value representing the owner RadListElement of this data item.
public override RadListElement Owner { get; }
Overrides:
Methods
Raises the standard .NET PropertyChanged event with the specified property name to notify subscribers of property value changes.
protected override void OnNotifyPropertyChanged(string propertyName)
The name of the property that changed.
Overrides:
protected virtual bool OnNotifyPropertyChanging(PropertyChangingEventArgsEx args)
This method is used to assign the DataBoundItem property of this RadListDataItem. If a user attempts to set DataBoundItem while in bound mode, an exception should be thrown. In unbound mode this property can be set to any value and will not affect the behavior of this RadListDataItem.
protected override void SetDataBoundItem(bool dataBinding, object value)
A flag that indicates if the data bound item is being set from the data binding engine or by the user. true means it is being set by the data binding engine.
valueobjectThe value that will be assigned to the DataBoundItem property.
Overrides:
Events
public event PropertyChangingEventHandlerEx PropertyChanging