ClassCommandBarStripsListDataItem
Represents data item for the list of strips in the customize dialog of the .
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
public class CommandBarStripsListDataItem : RadListDataItem, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IDataItem
Inheritance: objectDisposableObjectRadObjectRadListDataItemCommandBarStripsListDataItem
Implements:
Inherited Members
Constructors
CommandBarStripsListDataItem()
Declaration
public CommandBarStripsListDataItem()
Fields
NameProperty
Declaration
public static readonly RadProperty NameProperty
Field Value
VisibleProperty
Declaration
public static readonly RadProperty VisibleProperty
Field Value
Properties
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