Class CustomRangesLoadingEventArgs
Event args for CustomRangesLoading event.
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 CustomRangesLoadingEventArgs class.
Declaration
public CustomRangesLoadingEventArgs(IList<CustomRange> ranges)
Parameters
System.Collections.Generic.IList<CustomRange>
ranges
|
Properties
CustomRanges
Gets or sets the custom ranges collection.
Declaration
public IList<CustomRange> CustomRanges { get; }
Property Value
System.Collections.Generic.IList<CustomRange>
|