Class
SeriesDialogContent

Represents the content of the SeriesDialog.

Definition

Namespace:Telerik.Windows.Controls.Spreadsheet.Dialogs

Assembly:Telerik.Windows.Controls.Spreadsheet.dll

Syntax:

cs-api-definition
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

SeriesDialogContent()

Initializes a new instance of the SeriesDialogContent class.

Declaration

cs-api-definition
public SeriesDialogContent()

Fields

DateUnitProperty

Date unit dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty DateUnitProperty

Field Value

DependencyProperty

IsDateUnitEnabledProperty

Is date unit enabled dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsDateUnitEnabledProperty

Field Value

DependencyProperty

IsTextBoxesEnabledProperty

Is text boxes enabled dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsTextBoxesEnabledProperty

Field Value

DependencyProperty

IsTrendProperty

Is trend dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsTrendProperty

Field Value

DependencyProperty

SeriesOrientationProperty

Series orientation dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SeriesOrientationProperty

Field Value

DependencyProperty

StepValueProperty

Step value dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StepValueProperty

Field Value

DependencyProperty

StopValueProperty

Stop value dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty StopValueProperty

Field Value

DependencyProperty

TypeProperty

Type dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty TypeProperty

Field Value

DependencyProperty

Properties

DateUnit

Gets or sets the date unit.

Declaration

cs-api-definition
public DateUnitType DateUnit { get; set; }

Property Value

DateUnitType

The date unit.

IsDateUnitEnabled

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

Declaration

cs-api-definition
public bool IsDateUnitEnabled { get; set; }

Property Value

bool

The value indicating whether the date unit is enabled.

IsTextBoxesEnabled

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

Declaration

cs-api-definition
public bool IsTextBoxesEnabled { get; set; }

Property Value

bool

The value indicating whether the text boxes are enabled.

IsTrend

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

Declaration

cs-api-definition
public bool IsTrend { get; set; }

Property Value

bool

The value indicating whether trend should be used.

SeriesOrientation

Gets or sets the series orientation.

Declaration

cs-api-definition
public CellOrientation SeriesOrientation { get; set; }

Property Value

CellOrientation

The series orientation.

StepValue

Gets or sets the step value.

Declaration

cs-api-definition
public double StepValue { get; set; }

Property Value

double

The step value.

StopValue

Gets or sets the stop value.

Declaration

cs-api-definition
public double? StopValue { get; set; }

Property Value

double?

The stop value.

Type

Gets or sets the series type.

Declaration

cs-api-definition
public SeriesType Type { get; set; }

Property Value

SeriesType

The series type.

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides RadSpreadsheetDialogContentBase<SeriesDialogContext>.OnApplyTemplate()

OnInitialized(EventArgs)

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

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

OnKeyDown(KeyEventArgs)

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.

Declaration

cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

The KeyEventArgs that contains the event data.

OnMouseLeftButtonUp(MouseButtonEventArgs)

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.

Declaration

cs-api-definition
protected override void OnMouseLeftButtonUp(MouseButtonEventArgs e)

Parameters

e

MouseButtonEventArgs

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

ShowDialogOverride()

Called before showing dialog.

Declaration

cs-api-definition
protected override void ShowDialogOverride()

Overrides RadSpreadsheetDialogContentBase<SeriesDialogContext>.ShowDialogOverride()