Class CustomRangesLoadingEventArgs
Event args for Custom
Inheritance
System.Object
CustomRangesLoadingEventArgs
Namespace: Telerik.Windows.Controls.DateRangePicker
Assembly: Telerik.Windows.Controls.Input.dll
Syntax
public class CustomRangesLoadingEventArgs : EventArgs
Constructors
CustomRangesLoadingEventArgs(IList<CustomRange>)
Initializes a new instance of the Custom
Declaration
public CustomRangesLoadingEventArgs(IList<CustomRange> ranges)
Parameters
System.
|
Properties
CustomRanges
Gets or sets the custom ranges collection.
Declaration
public IList<CustomRange> CustomRanges { get; }
Property Value
System.
|