Skip to main content
A newer version of this page is available. .

CalendarHitInfo.SetCell(CalendarCellViewInfo) Method

Sets the specified cell as the object being hit.

Namespace: DevExpress.XtraEditors.Calendar

Assembly: DevExpress.XtraEditors.v19.1.dll

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