Class SeriesDialogContent
Represents the content of the SeriesDialog.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly: Telerik.Windows.Controls.Spreadsheet.dll
Syntax
public class SeriesDialogContent : SeriesDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<SeriesDialogContext>, IRadSpreadsheetDialogContent
Constructors
SeriesDialogContent()
Initializes a new instance of the Series
Declaration
public SeriesDialogContent()
Fields
DateUnitProperty
Date unit dependency property.
Declaration
public static readonly DependencyProperty DateUnitProperty
Field Value
System.
|
IsDateUnitEnabledProperty
Is date unit enabled dependency property.
Declaration
public static readonly DependencyProperty IsDateUnitEnabledProperty
Field Value
System.
|
IsTextBoxesEnabledProperty
Is text boxes enabled dependency property.
Declaration
public static readonly DependencyProperty IsTextBoxesEnabledProperty
Field Value
System.
|
IsTrendProperty
Is trend dependency property.
Declaration
public static readonly DependencyProperty IsTrendProperty
Field Value
System.
|
SeriesOrientationProperty
Series orientation dependency property.
Declaration
public static readonly DependencyProperty SeriesOrientationProperty
Field Value
System.
|
StepValueProperty
Step value dependency property.
Declaration
public static readonly DependencyProperty StepValueProperty
Field Value
System.
|
StopValueProperty
Stop value dependency property.
Declaration
public static readonly DependencyProperty StopValueProperty
Field Value
System.
|
TypeProperty
Type dependency property.
Declaration
public static readonly DependencyProperty TypeProperty
Field Value
System.
|
Properties
DateUnit
Gets or sets the date unit.
Declaration
public DateUnitType DateUnit { get; set; }
Property Value
Telerik. The date unit. |
IsDateUnitEnabled
Gets or sets a value indicating whether the date unit is enabled.
Declaration
public bool IsDateUnitEnabled { get; set; }
Property Value
System. The value indicating whether the date unit is enabled. |
IsTextBoxesEnabled
Gets or sets a value indicating whether the text boxes are enabled.
Declaration
public bool IsTextBoxesEnabled { get; set; }
Property Value
System. The value indicating whether the text boxes are enabled. |
IsTrend
Gets or sets a value indicating whether trend should be used.
Declaration
public bool IsTrend { get; set; }
Property Value
System. The value indicating whether trend should be used. |
SeriesOrientation
Gets or sets the series orientation.
Declaration
public CellOrientation SeriesOrientation { get; set; }
Property Value
Telerik. The series orientation. |
StepValue
Gets or sets the step value.
Declaration
public double StepValue { get; set; }
Property Value
System. The step value. |
StopValue
Gets or sets the stop value.
Declaration
public Nullable<double> StopValue { get; set; }
Property Value
System. The stop value. |
Type
Gets or sets the series type.
Declaration
public SeriesType Type { get; set; }
Property Value
Series The series type. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application
code or internal processes call System.
Declaration
public override void OnApplyTemplate()
Overrides
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |
OnKeyDown(KeyEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System. The System. |
OnMouseLeftButtonUp(MouseButtonEventArgs)
Invoked when an unhandled System.
Declaration
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters
System. The System. |
ShowDialogOverride()
Called before showing dialog.
Declaration
protected override void ShowDialogOverride()