[]
Grid control used as a base for different table views.
[NotC1DataSource]
public abstract class BaseTableView : C1FlexGrid
| Name | Description |
|---|---|
| BaseTableView() | Initializes the new instance of the BaseTableView class. |
| Name | Description |
|---|---|
| Icons | Icons to use in grids |
| Name | Description |
|---|---|
| AllowAddNew | |
| AllowDelete | |
| AllowEditing | |
| AllowMerging | |
| AutoGenerateColumns | |
| ColumnInfo | |
| ContextMenuStrip | |
| DrawMode | |
| Rows | Gets the collection of C1.Win.C1FlexGrid.Row objects in the grid. |
| Schedule | Gets or sets the C1Schedule control which data should be reflected in the current view. |
| SelectedAppointments | Gets the List<T> object containing the list of the currently selected Appointment objects. |
| SelectionMode | Gets or sets the grid's selection behavior. |
| Name | Description |
|---|---|
| SelectedAppointmentsChanged | Occurs when the list of selected appointments is changed. |