Represents the drop down item model.
Definition
Namespace:Telerik.WinForms.Controls.Spreadsheet.Controls
Assembly:Telerik.WinControls.RadSpreadsheet.dll
Syntax:
C#
public abstract class DropDownItemModelBase : INotifyPropertyChanged
Inheritance: objectDropDownItemModelBase
Derived Classes:
Implements:
Constructors
C#
protected DropDownItemModelBase()
Properties
Gets or sets the command.
C#
public ICommand Command { get; set; }
The command.
Gets or sets the description.
C#
public string Description { get; set; }
The description.
Gets or sets the header.
C#
public string Header { get; set; }
The header.
Methods
Called when a property is changed.
Events
Occurs when a property value changes.
C#
public event PropertyChangedEventHandler PropertyChanged
Implements: