| Class | Description |
|---|---|
| AdvancedList | |
| BoundRow | The BoundRow is a wrapper derived from Row that is used for databinding. You can either wrap DataRow or any object using PropertyMapping. |
| ButtonCell | |
| Cell | Cell is the basic cell from which other cell types are derived. |
| CellEnteredEventArgs | Contains arguments for CellEnteredEventHandler delegate. |
| CellEnteredMainEventArgs | Represents arguments for CellEnteredMainEventHandler delegate. |
| CellEventArgs | CellEventArgs class contains the arguments of CellEventHandler delegate. |
| CellSource | Cell source defines where the Cell takes data from. |
| CustomizeCellEventArgs | Class containing arguments for CustomizeCell event. |
| DataConnector | Basic implementation of IDataConnector which connects to arbitrary database. |
| DataLoadedEventArgs | Contains arguments for DataLoadedEventHandler delegate. |
| DrawLineData | Contains a data describing a line of text. |
| GradientColor | Represents a gradient color. |
| HeaderRow | Contains data and template binding for the header row. |
| HTCGyroDirectionEventArgs | |
| HTCNavSensorRotatedEventArgs | |
| ImageCell | ImageCell is a Cell used to display images from ImageList. |
| LinkCell | LinkCell is TextCell for displaying hyperlinks. |
| LinkEventArgs | LinkEventArgs class contains the arguments of LinkEventHandler delegate. |
| Mapping | Used as a map between column names and column indices. |
| PropertyMapping | Special Mapping used for the BoundRow to map it to any object type. |
| Row | Contains data and template binding for the row displayed in the AdvancedList. |
| RowAddingEventArgs | Represents arguments for RowAddingEventHandler delegate. |
| RowCollection | Collection of Rows for an AdvancedList. |
| RowEnteredEventArgs | RowEnteredEventArgs class contains the arguments for RowEnteredEventHandler delegate. |
| RowEventArgs | RowEventArgs class contains the arguments of RowEventHandler delegate. |
| RowSpecificCellProperties | This classs is used to determine values that differ from default RowTemplate settings for specific cell |
| RowTemplate | RowTemplate is the template for displaying Row of data. |
| RowTemplate.CellCollection | Collection of Cells in RowTemplate. |
| SeparatorCell | SeparatorCell is a cell for displaying the separators. |
| TableMapping | Special Mapping used for the BoundRow. |
| TemplateSet | TemplateSet is the collection of RowTemplates. |
| TextCell | TextCell is a Cell used to display text. |
| Utility | Provides helper methods for wrapping text. |
| ValidateDataArgs | ValidataDataArgs class contains the arguments of ValidateData event. |
| WrapTextData | Contains a data required for AutoHeight property and for drawing wrapped texts. |
| Interface | Description |
|---|---|
| IDataConnector | Represents a connection to an enumerable data source. |
| Delegate | Description |
|---|---|
| AdvancedList.DesignTimeCallback | |
| ButtonEventHandler | Represents the method that will handle the button click event. |
| CellEnteredEventHandler | Represents the method that will handle the CellEntered event. |
| CellEnteredMainEventHandler | Represents the method that will handle the CellEntered event. |
| CellEventHandler | Represents the method that will handle the cell click event. |
| CustomizeCellEventHandler | Represents the method that will handle the validate data event. |
| DataLoadedEventHandler | Represents the method that will handle the DataLoaded event. |
| HTCGyroDirectionHandler | |
| HTCNavSensorRotatedHandler | |
| HTCOrientationChangedHandler | |
| LinkEventHandler | Represents the method that will handle the link click event. |
| RowAddingEventHandler | Represents the method that will handle the RowAdding event. |
| RowEnteredEventHandler | Represents the method that will handle the RowEntered event. |
| RowEventHandler | Represents the method that will handle the row click event. |
| ValidateDataEventHandler | Represents the method that will handle the validate data event. |
| Enumeration | Description |
|---|---|
| Alignment | Defines the alignment of text, image or other content. |
| BorderType | Border of cell. |
| ButtonCell.ButtonType | Specifies the types of the ButtonCell. |
| CellSourceType | Type of cell source |
| ColorCategory | Category of color information. |
| FillDirection | The direction of the gradient will fill. |
| HTCDirection | |
| HTCScreenOrientation | |
| SelectionMode | Selection mode of advanced list |
| SeparatorType | Type of separator in separator cell. |
| SqlCeVersion | |
| TouchScrollDirection |