Back to Devexpress

DateNavigator.MaxSelectionLength Property

wpf-devexpress-dot-xpf-dot-editors-dot-datenavigator-dot-datenavigator-164c9cd4.md

latest1.6 KB
Original Source

DateNavigator.MaxSelectionLength Property

Gets or sets the maximum number of dates that can be selected at the same time within the DateNavigator control. This is a dependency property.

Namespace : DevExpress.Xpf.Editors.DateNavigator

Assembly : DevExpress.Xpf.Core.v25.2.dll

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public int MaxSelectionLength { get; set; }
vb
Public Property MaxSelectionLength As Integer

Property Value

TypeDescription
Int32

An integer value.

|

Remarks

Use the MaxSelectionLength property to limit the number of days that end-users can simultaneously select within the DateNavigator control, if the DateNavigator.IsMultiSelect property is set to true.

See Also

DateNavigator Class

DateNavigator Members

DevExpress.Xpf.Editors.DateNavigator Namespace