ClassDropDownItemModelBase
Class
Represents the drop down item model.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Controls
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
cs-api-definition
public abstract class DropDownItemModelBase : INotifyPropertyChanged
Inheritance: objectDropDownItemModelBase
Derived Classes:
Implements:
Constructors
DropDownItemModelBase()
Declaration
cs-api-definition
protected DropDownItemModelBase()
Properties
Command
Gets or sets the command.
Declaration
cs-api-definition
public ICommand Command { get; set; }
Property Value
The command.
Description
Gets or sets the description.
Declaration
cs-api-definition
public string Description { get; set; }
Property Value
The description.
Header
Gets or sets the header.
Icon
Gets or sets the drop down item icon.
Declaration
cs-api-definition
public BitmapImage Icon { get; set; }
Property Value
BitmapImage
The drop down item icon.
Methods
DipToInchString(double)
Converts Dip units to inches.
OnPropertyChanged(string)
Called when a property is changed.
Declaration
cs-api-definition
protected virtual void OnPropertyChanged(string name)
Parameters
name
The name.
Events
PropertyChanged
Occurs when a property value changes.
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements