NScheduleGrid Class Members
In This Topic
The following tables list the members exposed by NScheduleGrid.
Public Constructors
Public Fields
Public Properties
| Name | Description |
| HighlightedCellFill | Gets/Sets the background fill of the currently highlighted grid cell. |
| SelectedCellFill | Gets/Sets the background fill of the currently selected grid cells. |
| SelectedCells | Gets the currently selected schedule grid cells. |
Top
Public Methods
| Name | Description |
| DeselectAllCells | Deselects all currently selected schedule grid cells. |
| GetCellForPosition | Gets the schedule grid cell, which contains the given point. The point should be expressed in the grid coordinate system. |
| GetDateTimeForPosition | Gets the DateTime, which corresponds to the given position in grid coordinates. |
| SelectCell | Selects the given schedule grid cell. |
| SingleSelectCell | Selects the given grid cell and deselects all others. |
Top
See Also