Class InsertChartDialogContent
Represents a insert chart dialog content.
Inheritance
System.Object
InsertChartDialogContent
Inherited Members
Namespace: Telerik.WinForms.Controls.Spreadsheet.Dialogs
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class InsertChartDialogContent : RadSpreadsheetDialogContentBase<InsertChartDialogContext>, IComponentTreeHandler, ILayoutHandler, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged, IAnalyticsProvider, IRadSpreadsheetDialogContent<InsertChartDialogContext>, IRadSpreadsheetDialogContent
Constructors
InsertChartDialogContent()
Initializes a new instance of the InsertChartDialogContent class.
Declaration
public InsertChartDialogContent()
Properties
DataContext
Declaration
public object DataContext { get; set; }
Property Value
System.Object
|
Methods
Dispose(Boolean)
Clean up any resources being used.
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
true if managed resources should be disposed; otherwise, false. |
Overrides
OnDataContextChanged(Object, Object)
Declaration
protected virtual void OnDataContextChanged(object oldDataContext, object dataContext)
Parameters
System.Object
oldDataContext
|
System.Object
dataContext
|
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
ShowDialogOverride()
Declaration
protected override void ShowDialogOverride()
Overrides
Telerik.WinForms.Controls.Spreadsheet.Dialogs.RadSpreadsheetDialogContentBase<Telerik.WinForms.Controls.Spreadsheet.Dialogs.InsertChartDialogContext>.ShowDialogOverride()