New to Telerik UI for WinFormsStart a free 30-day trial

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: PageMarginsDropDownItemModelPageOrientationDropDownItemModelPaperTypeDropDownItemModelPrintCollatedDropDownItemModelPrintWhatDropDownItemModelScalingTypeDropDownItemModel...

Implements: INotifyPropertyChanged

Constructors

C#
protected DropDownItemModelBase()

Properties

Gets or sets the command.

C#
public ICommand Command { get; set; }
Property Value:

The command.

Gets or sets the description.

C#
public string Description { get; set; }
Property Value:

The description.

Gets or sets the header.

C#
public string Header { get; set; }
Property Value:

The header.

Gets or sets the drop down item icon.

C#
public Image Icon { get; set; }
Property Value:

The drop down item icon.

Methods

Converts Dip units to inches.

C#
protected string DipToInchString(double lengthInDip)
Parameters:lengthInDipdouble

The length in dip.

Returns:

string

The length in inches.

Called when a property is changed.

C#
protected virtual void OnPropertyChanged(string name)
Parameters:namestring

The name.

Events

Occurs when a property value changes.

C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged