Class SchedulerRangeBase
Inheritance
System.Object
SchedulerRangeBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.Scheduler.dll
Syntax
public abstract class SchedulerRangeBase : RadItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
SchedulerRangeBase()
Declaration
protected SchedulerRangeBase()
Fields
LargeChangeProperty
MaximumProperty
MinimumProperty
SmallChangeProperty
ValueProperty
Properties
LargeChange
Gets or sets the LargeChange value.
Declaration
public int LargeChange { get; set; }
Property Value
System.Int32
|
Maximum
Gets or sets the Maximum value.
Declaration
public int Maximum { get; set; }
Property Value
System.Int32
|
Minimum
Gets or sets the Minimum value.
Declaration
public int Minimum { get; set; }
Property Value
System.Int32
|
SmallChange
Gets or sets the SmallChange value.
Declaration
public int SmallChange { get; set; }
Property Value
System.Int32
|
Value
Gets or sets the Value.
Declaration
public int Value { get; set; }
Property Value
System.Int32
|
Methods
OnLargeChangeChanged(Int32, Int32)
Declaration
protected virtual void OnLargeChangeChanged(int oldLargeChange, int newLargeChange)
Parameters
System.Int32
oldLargeChange
|
System.Int32
newLargeChange
|
OnMaximumChanged(Int32, Int32)
Declaration
protected virtual void OnMaximumChanged(int oldMaximum, int newMaximum)
Parameters
System.Int32
oldMaximum
|
System.Int32
newMaximum
|
OnMinimumChanged(Int32, Int32)
Declaration
protected virtual void OnMinimumChanged(int oldMinimum, int newMinimum)
Parameters
System.Int32
oldMinimum
|
System.Int32
newMinimum
|
OnSmallChangeChanged(Int32, Int32)
Declaration
protected virtual void OnSmallChangeChanged(int oldSmallChange, int newSmallChange)
Parameters
System.Int32
oldSmallChange
|
System.Int32
newSmallChange
|
OnValueChanged(Int32, Int32)
Declaration
protected virtual void OnValueChanged(int oldValue, int newValue)
Parameters
System.Int32
oldValue
|
System.Int32
newValue
|
ToString()
Declaration
public override string ToString()
Returns
System.String
|