Class ChartTypeViewModel
Base class for chart type view models for insert chart dialog.
Inherited Members
System.Object.ToString()
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.WinForms.Controls.Spreadsheet.Charts
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class ChartTypeViewModel : ViewModelBase, INotifyPropertyChanged, IDisposable
Constructors
ChartTypeViewModel()
Declaration
public ChartTypeViewModel()
Properties
ImageRelativePath
Gets or sets the path of the associated image for this model.
Declaration
public virtual string ImageRelativePath { get; }
Property Value
System.String
|
Name
Gets or sets the name of the view model.
Declaration
public virtual string Name { get; set; }
Property Value
System.String
|