New to Telerik UI for WPFStart a free 30-day trial

Event args for CustomRangesLoading event.

Definition

Namespace:Telerik.Windows.Controls.DateRangePicker

Assembly:Telerik.Windows.Controls.Input.dll

Syntax:

C#
public class CustomRangesLoadingEventArgs : EventArgs

Inheritance: objectEventArgsCustomRangesLoadingEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the CustomRangesLoadingEventArgs class.

C#
public CustomRangesLoadingEventArgs(IList<CustomRange> ranges)
Parameters:rangesIList<CustomRange>

Properties

Gets or sets the custom ranges collection.

C#
public IList<CustomRange> CustomRanges { get; }