Skip to main content

CalendarHitInfo.SetCell(CalendarCellViewInfo) Method

Sets the specified cell as the object being hit.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public void SetCell(
    CalendarCellViewInfo cell
)

Parameters

Name Type Description
cell DevExpress.XtraEditors.Calendar.CalendarCellViewInfo

View information about the calendar cell being hit.

See Also