CalendarHitInfo.ViewInfo Property
Gets the object which contains the information used to render the calendar.
Namespace: DevExpress.XtraEditors.Calendar
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
DevExpress.XtraEditors.Controls.CalendarViewInfoBase | A DevExpress.XtraEditors.Controls.CalendarViewInfoBase class descendant providing view information on the calendar. |
Remarks
The ViewInfo property provides access to a DevExpress.XtraEditors.Controls.CalendarViewInfoBase class descendant. The properties and methods of this object can be used to obtain all the view information available on the calendar.
See Also