ClassDataItemCollection
Class
Definition
Namespace:Telerik.WinForms.Documents.Model
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class DataItemCollection : INotifyPropertyChanged
Inheritance: objectDataItemCollection
Implements:
Constructors
DataItemCollection()
Declaration
cs-api-definition
public DataItemCollection()
Properties
ItemProperties
Declaration
cs-api-definition
public ReadOnlyCollection<PropertyInfo> ItemProperties { get; }
Property Value
ItemPropertyKeys
Declaration
cs-api-definition
public ReadOnlyCollection<string> ItemPropertyKeys { get; }
Property Value
Methods
OnCurrentChanged(EventArgs)
Declaration
cs-api-definition
protected virtual void OnCurrentChanged(EventArgs args)
Parameters
args
OnPropertyChanged(string)
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string propertyName)
Parameters
propertyName
Events
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements