New to Telerik UI for WPFStart a free 30-day trial

Represents the content of the SeriesDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

C#
public class SeriesDialogContent : SeriesDialogContentBase, ILocalizable, IRadSpreadsheetDialogContent<SeriesDialogContext>, IRadSpreadsheetDialogContent

Inheritance: objectControlBaseRadSpreadsheetDialogContentBaseRadSpreadsheetDialogContentBase<SeriesDialogContext>SeriesDialogContentBaseSeriesDialogContent...

Implements: ILocalizableIRadSpreadsheetDialogContentIRadSpreadsheetDialogContent<SeriesDialogContext>

Inherited Members RadSpreadsheetDialogContentBase<SeriesDialogContext>.ShowDialog(SeriesDialogContext)RadSpreadsheetDialogContentBase<SeriesDialogContext>.Show(SeriesDialogContext)RadSpreadsheetDialogContentBase<SeriesDialogContext>.ShowOverride()RadSpreadsheetDialogContentBase<SeriesDialogContext>.CloseOverride()RadSpreadsheetDialogContentBase<SeriesDialogContext>.Close()RadSpreadsheetDialogContentBase<SeriesDialogContext>.ExecuteOnNextClosed(Action)RadSpreadsheetDialogContentBase<SeriesDialogContext>.OnClosed()RadSpreadsheetDialogContentBase<SeriesDialogContext>.HostWindowRadSpreadsheetDialogContentBase<SeriesDialogContext>.ContextRadSpreadsheetDialogContentBase<SeriesDialogContext>.ClosedRadSpreadsheetDialogContentBase.HeaderPropertyRadSpreadsheetDialogContentBase.ResizeModePropertyRadSpreadsheetDialogContentBase.WindowStartupLocationPropertyRadSpreadsheetDialogContentBase.CanMovePropertyRadSpreadsheetDialogContentBase.DialogResultPropertyRadSpreadsheetDialogContentBase.HostWindowMinWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMinHeightPropertyRadSpreadsheetDialogContentBase.HostWindowMaxWidthPropertyRadSpreadsheetDialogContentBase.HostWindowMaxHeightPropertyRadSpreadsheetDialogContentBase.SetString(string)RadSpreadsheetDialogContentBase.HeaderRadSpreadsheetDialogContentBase.ResizeModeRadSpreadsheetDialogContentBase.WindowStartupLocationRadSpreadsheetDialogContentBase.CanMoveRadSpreadsheetDialogContentBase.DialogResultRadSpreadsheetDialogContentBase.HostWindowMinWidthRadSpreadsheetDialogContentBase.HostWindowMinHeightRadSpreadsheetDialogContentBase.HostWindowMaxWidthRadSpreadsheetDialogContentBase.HostWindowMaxHeightControlBase.GetTemplateChild<T>(string)ControlBase.GetRequiredTemplateChild<T>(string, bool)...

Constructors

Initializes a new instance of the SeriesDialogContent class.

C#
public SeriesDialogContent()

Fields

DateUnitProperty

DependencyProperty

Date unit dependency property.

C#
public static readonly DependencyProperty DateUnitProperty

IsDateUnitEnabledProperty

DependencyProperty

Is date unit enabled dependency property.

C#
public static readonly DependencyProperty IsDateUnitEnabledProperty

IsTextBoxesEnabledProperty

DependencyProperty

Is text boxes enabled dependency property.

C#
public static readonly DependencyProperty IsTextBoxesEnabledProperty

IsTrendProperty

DependencyProperty

Is trend dependency property.

C#
public static readonly DependencyProperty IsTrendProperty

SeriesOrientationProperty

DependencyProperty

Series orientation dependency property.

C#
public static readonly DependencyProperty SeriesOrientationProperty

StepValueProperty

DependencyProperty

Step value dependency property.

C#
public static readonly DependencyProperty StepValueProperty

StopValueProperty

DependencyProperty

Stop value dependency property.

C#
public static readonly DependencyProperty StopValueProperty

TypeProperty

DependencyProperty

Type dependency property.

C#
public static readonly DependencyProperty TypeProperty

Properties

DateUnit

DateUnitType

Gets or sets the date unit.

C#
public DateUnitType DateUnit { get; set; }
Property Value:

The date unit.

Gets or sets a value indicating whether the date unit is enabled.

C#
public bool IsDateUnitEnabled { get; set; }
Property Value:

The value indicating whether the date unit is enabled.

Gets or sets a value indicating whether the text boxes are enabled.

C#
public bool IsTextBoxesEnabled { get; set; }
Property Value:

The value indicating whether the text boxes are enabled.

Gets or sets a value indicating whether trend should be used.

C#
public bool IsTrend { get; set; }
Property Value:

The value indicating whether trend should be used.

SeriesOrientation

CellOrientation

Gets or sets the series orientation.

C#
public CellOrientation SeriesOrientation { get; set; }
Property Value:

The series orientation.

Gets or sets the step value.

C#
public double StepValue { get; set; }
Property Value:

The step value.

Gets or sets the stop value.

C#
public double? StopValue { get; set; }
Property Value:

The stop value.

Gets or sets the series type.

C#
public SeriesType Type { get; set; }
Property Value:

The series type.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

Overrides: RadSpreadsheetDialogContentBase<SeriesDialogContext>.OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

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.

C#
protected override void OnKeyDown(KeyEventArgs e)
Parameters:eKeyEventArgs

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.

C#
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)
Parameters:eMouseButtonEventArgs

The MouseButtonEventArgs that contains the event data. The event data reports that the left mouse button was released.

Called before showing dialog.

C#
protected override void ShowDialogOverride()

Overrides: RadSpreadsheetDialogContentBase<SeriesDialogContext>.ShowDialogOverride()