Skip to main content
A newer version of this page is available. .

SchedulerDateNavigationBehavior Members

Allows you to use the DateNavigator control to display and select the visible dates in the Scheduler.

Constructors

Name Description
SchedulerDateNavigationBehavior() Initializes a new instance of the SchedulerDateNavigationBehavior class.

Fields

Name Description
CanChangeDateNavigatorVisibilityProperty static
FindNavigatorProperty static Identifies the FindNavigator dependency property.
MaxSelectedConsecutiveWeeksProperty static Identifies the MaxSelectedConsecutiveWeeks dependency property.
MaxSelectedNonConsecutiveDatesProperty static Identifies the MaxSelectedNonConsecutiveDates dependency property.
NavigatorElementNameProperty static Identifies the NavigatorElementName dependency property.
NavigatorProperty static Identifies the Navigator dependency property.
RoundSelectionToEntireWeekProperty static Identifies the RoundSelectionToEntireWeek dependency property.

Properties

Name Description
CanChangeDateNavigatorVisibility
FindNavigator Specifies whether to search for a DateNavigator within the Scheduler’s parent elements. This is
MaxSelectedConsecutiveWeeks Specifies the maximum number of consecutive weeks that can be selected in the DateNavigator. This is a dependency property.
MaxSelectedNonConsecutiveDates Specifies the maximum number of non-consecutive days that can be selected in the DateNavigator. This is a dependency property.
Navigator Gets or sets the DateNavigator to display and select the visible dates in the Scheduler.
NavigatorElementName Specified the name of the DateNavigator to search within the Scheduler’s parent elements. This is a dependency property.
RoundSelectionToEntireWeek Specifies whether to expand selection to full weeks when the user selects more than 7 consecutive days. This is a dependency property.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also