Namespace GHIElectronics.Endpoint.UI.Controls
Classes
- DataGrid
The DataGrid component is a list-based component that provides a grid of rows and columns.
- DataGrid.TapCellEventArgs
Tap cell event arguments.
- DataGridColumn
The DataGridColumn class describes a column in a DataGrid component.
- DataGridItem
The DataGridItem class describes an item in a DataGrid component.
- DataGridItemComparer
The DataGridItemComparer class allows comparison between DataGridItems.
- Image
Summary description for Image.
- Slider
The Slider component lets users select a value by sliding a knob along a track.
Enums
- DataGrid.Order
The order in which rows are sorted.
Delegates
- DataGrid.OnTapCell
Tap cell event handler.