Class CommandBarStripsListDataItem
Represents data item for the list of strips in the customize dialog of the .
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class CommandBarStripsListDataItem : RadListDataItem, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, IDataItem
Constructors
CommandBarStripsListDataItem()
Declaration
public CommandBarStripsListDataItem()
Fields
NameProperty
VisibleProperty
Properties
Name
Declaration
public string Name { get; set; }
Property Value
System.String
|
Visible
Declaration
public bool Visible { get; set; }
Property Value
System.Boolean
|
Methods
SetDataBoundItem(Boolean, Object)
Declaration
protected override void SetDataBoundItem(bool dataBinding, object value)
Parameters
System.Boolean
dataBinding
|
System.Object
value
|