Skip to main content

CalendarHitInfo.Cell Property

Gets the object which contains the information used to render the calendar cell located under the test point.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public CalendarCellViewInfo Cell { get; }

Property Value

Type Description
DevExpress.XtraEditors.Calendar.CalendarCellViewInfo

A DevExpress.XtraEditors.Calendar.CalendarCellViewInfo class descendant providing view information on the calendar cell located under the test point.

Remarks

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

See Also