ClassStepTimeSpanComponentBase
Represents a base class that inherits TimeSpanComponentBase and populates its ItemsSource collection using the Minimum, Maximum and Step properties.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
[SuppressMessage("Design", "CA1001:Types that own disposable fields should be disposable", Justification = "<Pending>")]
public abstract class StepTimeSpanComponentBase : TimeSpanComponentBase
Inheritance: objectTimeSpanComponentBaseStepTimeSpanComponentBase
Derived Classes:
Inherited Members
Constructors
StepTimeSpanComponentBase()
Initializes a new instance of the StepTimeSpanComponentBase class.
Declaration
protected StepTimeSpanComponentBase()
Fields
MaximumProperty
Identifies the Maximum dependency property.
Declaration
public static readonly DependencyProperty MaximumProperty
Field Value
DependencyProperty
MinimumProperty
Identifies the Minimum dependency property.
Declaration
public static readonly DependencyProperty MinimumProperty
Field Value
DependencyProperty
StepProperty
Identifies the Step dependency property.
Declaration
public static readonly DependencyProperty StepProperty
Field Value
DependencyProperty
Properties
Maximum
Gets or sets a decimal that represents the max value in the ItemsSource collection.
Minimum
Gets or sets a decimal that represents the min value in the ItemsSource collection.
Step
Gets or sets a decimal that represents the step used to increment each value to populate the ItemsSource collection.