Class InsertChartDialogViewModel
Represents insert chart dialog view model.
Inheritance
System.Object
InsertChartDialogViewModel
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.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class InsertChartDialogViewModel : DialogViewModelBase<InsertChartDialogContext>, INotifyPropertyChanged
Properties
ChartTypeModels
Gets or sets the child chart type models.
Declaration
public ObservableCollection<ChartTypeBaseViewModel> ChartTypeModels { get; set; }
Property Value
System.Collections.ObjectModel.ObservableCollection<ChartTypeBaseViewModel>
|
SelectedChartModel
Gets or sets the selected child chart model.
Declaration
public ChartTypeBaseViewModel SelectedChartModel { get; set; }
Property Value
ChartTypeBaseViewModel
|