Skip to main content

CalendarHitInfo.CalendarInfo Property

Gets the object which contains the information used to render the visual element located under the test point.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CalendarObjectViewInfoBase CalendarInfo { get; set; }

Property Value

Type Description
DevExpress.XtraEditors.Calendar.CalendarObjectViewInfoBase

A DevExpress.XtraEditors.Calendar.CalendarObjectViewInfoBase class descendant providing view information on the visual element located under the test point.

Remarks

The CalendarInfo property provides access to a DevExpress.XtraEditors.Calendar.CalendarObjectViewInfoBase class descendant. The properties and methods of this object can be used to obtain all the view information available on the visual element located under the test point.

See Also