Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class DescriptionTextCheckedListDataItem : RadCheckedListDataItem, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IDataItem
Inheritance: objectDisposableObjectRadObjectRadListDataItemRadCheckedListDataItemDescriptionTextCheckedListDataItem...
Implements:
Inherited Members
Constructors
public DescriptionTextCheckedListDataItem()
Fields
public static RadProperty DescriptionFontProperty
public static readonly RadProperty DescriptionTextProperty
Properties
Gets or sets the font for this RadListDataItem instance.
[Browsable(true)]
public Font DescriptionFont { get; set; }
public string DescriptionText { get; set; }
Methods
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: