SeriesDialogContent
Represents the content of the SeriesDialog.
Definition
Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs
Assembly:Telerik.Windows.Controls.Spreadsheet.dll
Syntax:
public class SeriesDialogContent : SeriesDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<SeriesDialogContext>, IRadSpreadsheetDialogContent
Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<SeriesDialogContext>SeriesDialogContentBaseSeriesDialogContent...
Implements:
Inherited Members
Constructors
Initializes a new instance of the SeriesDialogContent class.
public SeriesDialogContent()
Fields
DateUnitProperty
DependencyProperty
Date unit dependency property.
public static readonly DependencyProperty DateUnitProperty
IsDateUnitEnabledProperty
DependencyProperty
Is date unit enabled dependency property.
public static readonly DependencyProperty IsDateUnitEnabledProperty
IsTextBoxesEnabledProperty
DependencyProperty
Is text boxes enabled dependency property.
public static readonly DependencyProperty IsTextBoxesEnabledProperty
IsTrendProperty
DependencyProperty
Is trend dependency property.
public static readonly DependencyProperty IsTrendProperty
SeriesOrientationProperty
DependencyProperty
Series orientation dependency property.
public static readonly DependencyProperty SeriesOrientationProperty
StepValueProperty
DependencyProperty
Step value dependency property.
public static readonly DependencyProperty StepValueProperty
StopValueProperty
DependencyProperty
Stop value dependency property.
public static readonly DependencyProperty StopValueProperty
TypeProperty
DependencyProperty
Type dependency property.
public static readonly DependencyProperty TypeProperty
Properties
DateUnit
DateUnitType
Gets or sets the date unit.
public DateUnitType DateUnit { get; set; }
The date unit.
Gets or sets a value indicating whether the date unit is enabled.
public bool IsDateUnitEnabled { get; set; }
The value indicating whether the date unit is enabled.
Gets or sets a value indicating whether the text boxes are enabled.
public bool IsTextBoxesEnabled { get; set; }
The value indicating whether the text boxes are enabled.
Gets or sets a value indicating whether trend should be used.
public bool IsTrend { get; set; }
The value indicating whether trend should be used.
SeriesOrientation
CellOrientation
Gets or sets the series orientation.
public CellOrientation SeriesOrientation { get; set; }
The series orientation.
Gets or sets the step value.
public double StepValue { get; set; }
The step value.
Gets or sets the stop value.
public double? StopValue { get; set; }
The stop value.
Gets or sets the series type.
public SeriesType Type { get; set; }
The series type.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Invoked when an unhandled attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnKeyDown(KeyEventArgs e)
The KeyEventArgs that contains the event data.
Invoked when an unhandled routed event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released.
Called before showing dialog.
protected override void ShowDialogOverride()
Overrides: