Back to Devexpress

CalendarFastNavProperties.Enabled Property

aspnet-devexpress-dot-web-dot-calendarfastnavproperties-23285ff3.md

latest1.4 KB
Original Source

CalendarFastNavProperties.Enabled Property

Gets or sets a value that specifies whether the calendar’s fast navigation panel is enabled.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(true)]
public bool Enabled { get; set; }
vb
<DefaultValue(True)>
Public Property Enabled As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to allow display the fast navigation panel; otherwise, false.

|

Remarks

Use the Enabled property to control the availability of the calendar’s fast navigation panel. If this property is set to false, the fast navigation panel cannot be invoked via a click on the month name or year number within the calendar’s header.

See Also

Calendar

CalendarFastNavProperties Class

CalendarFastNavProperties Members

DevExpress.Web Namespace