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