CalendarProperties.FastNavItemAreaStyle Property
Gets the style properties of the fast navigation area.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
CalendarElementStyle | A CalendarElementStyle object defining the appearance of the fast navigation area. |
Remarks
Note
- The FastNavItemAreaStyle property synchronizes its value with the editor’s ASPxCalendar.FastNavItemAreaStyle property.
- Note that the FastNavItemAreaStyle property is in effect if the CalendarFastNavProperties.DisplayMode property is set to FastNavigationDisplayMode.Inline.
See Also