ClassCustomRangesLoadingEventArgs
Class
Event args for CustomRangesLoading event.
Definition
Namespace:Telerik.Windows.Controls.DateRangePicker
Assembly:Telerik.Windows.Controls.Input.dll
Syntax:
cs-api-definition
public class CustomRangesLoadingEventArgs : EventArgs
Inheritance: objectEventArgsCustomRangesLoadingEventArgs
Inherited Members
Constructors
CustomRangesLoadingEventArgs(IList<CustomRange>)
Initializes a new instance of the CustomRangesLoadingEventArgs class.
Declaration
cs-api-definition
public CustomRangesLoadingEventArgs(IList<CustomRange> ranges)
Parameters
ranges
Properties
CustomRanges
Gets or sets the custom ranges collection.
Declaration
cs-api-definition
public IList<CustomRange> CustomRanges { get; }
Property Value