ClassRadCheckedListDataItem
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
RadCheckedListDataItem()
Declaration
public RadCheckedListDataItem()
Fields
CheckedProperty
Declaration
public static readonly RadProperty CheckedProperty
Field Value
Properties
Owner
Gets a value representing the owner RadListElement of this data item.
Declaration
public override RadListElement Owner { get; }
Property Value
Overrides
Methods
OnNotifyPropertyChanged(string)
Raises the standard .NET PropertyChanged event with the specified property name to notify subscribers of property value changes.
Declaration
protected override void OnNotifyPropertyChanged(string propertyName)
Parameters
propertyName
The name of the property that changed.
Overrides
OnNotifyPropertyChanging(PropertyChangingEventArgsEx)
Declaration
protected virtual bool OnNotifyPropertyChanging(PropertyChangingEventArgsEx args)
Parameters
args
Returns
OnSelectedItemChanged(EventArgs)
Declaration
protected virtual void OnSelectedItemChanged(EventArgs e)
Parameters
e
SetDataBoundItem(bool, object)
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.
Declaration
protected override void SetDataBoundItem(bool dataBinding, object value)
Parameters
dataBinding
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.
value
The value that will be assigned to the DataBoundItem property.
Overrides
Events
PropertyChanging
Declaration
public event PropertyChangingEventHandlerEx PropertyChanging
Event Value