ClassDescriptionTextListDataItem
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class DescriptionTextListDataItem : RadListDataItem, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IDataItem
Inheritance: objectDisposableObjectRadObjectRadListDataItemDescriptionTextListDataItem
Implements:
Inherited Members
Constructors
DescriptionTextListDataItem()
Declaration
public DescriptionTextListDataItem()
Fields
DescriptionFontProperty
Declaration
public static RadProperty DescriptionFontProperty
Field Value
DescriptionTextProperty
Declaration
public static readonly RadProperty DescriptionTextProperty
Field Value
Properties
DescriptionFont
Gets or sets the font for this RadListDataItem instance.
Declaration
[Browsable(true)]
public Font DescriptionFont { get; set; }
Property Value
Owner
Gets a value representing the owner RadListElement of this data item.
Declaration
[Browsable(false)]
public override RadListElement Owner { get; }
Property Value
Overrides
Methods
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