Classes

  Class Description
Public class C1Band
Contain that allows organizing C1BaseField instances into hierarchical structure. Used to create multilevel column headers.
Public class C1BaseButtonField
Base class for all Button based columns.
Public class C1BaseField
This is the base class for bands and all columns.
Public class C1BaseFieldCollection
Provides access to the columns that are contained by a parent column.
Public class C1BoundField
A C1BoundField is bound to a field in a data source. Inherits from C1Field.
Public class C1ButtonField
A C1ButtonField displays a command button for each item. Inherits from C1BaseButtonField.
Public class C1CheckBoxField
Represents a Boolean column that is displayed as a check box in a C1GridView control.
Public class C1CommandField
A special column used to display command buttons that perform delete, edit, select or filter operations.
Public class C1Field
This is the base class for all columns.
Public class C1GridView
Represents the C1GridView control.
Public class C1GridViewBeginRowUpdateEventArgs
Provides data for the BeginRowUpdate event of the C1GridView control.
Public class C1GridViewCancelEditEventArgs
Provides data for the RowCancelingEdit event.
Public class C1GridViewColumnMovedEventArgs
Provides data for the ColumnMoved event of the C1GridView control.
Public class C1GridViewColumnMoveEventArgs
Provides data for the ColumnMoving event of the C1GridView control.
Public class C1GridViewCommandEventArgs
Provides data for the RowCommand event.
Public class C1GridViewDeletedEventArgs
Provides data for the RowDeleted event.
Public class C1GridViewDeleteEventArgs
Provides data for the RowDeleting event.
Public class C1GridViewEditEventArgs
Provides data for the RowEditing event of the C1GridView control.
Public class C1GridViewEndRowUpdatedEventArgs
Provides data for the EndRowUpdated event of the C1GridView control.
Public class C1GridViewFilterEventArgs
Provides data for the Filtering event of the C1GridView control.
Public class C1GridViewGroupColumnMovedEventArgs
Provides data for the GroupColumnMoved event of the C1GridView.
Public class C1GridViewGroupColumnMoveEventArgs
Provides data for the GroupColumnMoving event of the C1GridView.
Public class C1GridViewPageEventArgs
Provides data for the PageIndexChanging event of the C1GridView control.
Public class C1GridViewPagerSettings
Represents the properties of the paging controls in the C1GridView control.
Public class C1GridViewRow
Represents an individual row in a C1GridView control.
Public class C1GridViewRowCollection
Represents a collection of C1GridViewRow objects in a C1GridView control.
Public class C1GridViewRowEventArgs
Provides data for the RowCreated and RowDataBound events.
Public class C1GridViewScrollSettings
Represents the scrolling properties of the C1GridView control.
Public class C1GridViewSelectEventArgs
Provides data for the SelectedIndexChanging event of the C1GridView control.
Public class C1GridViewSortEventArgs
Provides data for the Sorting event of the C1GridView control.
Public class C1GridViewUpdateBinding
Public class C1GridViewUpdateBindingCollection
GridUpdateBindingCollection contains C1GridViewUpdateBinding objects specifying bindings used in Update()()()() method.
Public class C1GridViewUpdatedEventArgs
Provides data for the RowUpdated event.
Public class C1GridViewUpdateEventArgs
Provides data for the RowUpdating event.
Public class C1GroupTextEventArgs
Provides data for the GroupText and GroupAggregate events of the C1GridView control.
Public class C1HyperLinkField
A C1HyperLinkField displays each item as a hyperlink. Inherits from C1Field.
Public class C1ImageField
Represents a column that is displayed as an image in a C1GridView control.
Public class C1RowHeaderField
Class that represents the row header column in a C1GridView control.
Public class C1TemplateField
A C1TemplateField displays each item in the column following a specified template.
Public class FilterSettings
Class used for setting filtering behavior in the C1GridView control.
Public class GroupColumnCollection
Provides access to columns contained in the grouping area.
Public class GroupInfo
GroupInfo is used to customize the appearance and position of groups.
Public class ResizeSettings
Class used for setting resizing behavior in the C1GridView control.

Delegates

  Delegate Description
Public delegate C1GridViewBeginRowUpdateEventHandler
Represents the method that handles the BeginRowUpdate event of a C1GridView control.
Public delegate C1GridViewCancelEditEventHandler
Represents the method that will handle the RowCancelingEdit event of a C1GridView control.
Public delegate C1GridViewColumnMovedEventHandler
Represents the method that will handle the ColumnMoved event of the C1GridView.
Public delegate C1GridViewColumnMoveEventHandler
Represents the method that will handle the ColumnMoving event of the C1GridView.
Public delegate C1GridViewCommandEventHandler
Represents the method that will handle the RowCommand event of the C1GridView.
Public delegate C1GridViewDeletedEventHandler
Represents the method that will handle the RowDeleted event of the C1GridView.
Public delegate C1GridViewDeleteEventHandler
Represents the method that will handle the RowDeleting event of the C1GridView control.
Public delegate C1GridViewEditEventHandler
Represents the method that handles the RowEditing event of a C1GridView control.
Public delegate C1GridViewEndRowUpdatedEventHandler
Represents the method that handles the EndRowUpdated event of a C1GridView control.
Public delegate C1GridViewFilterEventHandler
Represents the method that handles the Filtering event of a C1GridView control.
Public delegate C1GridViewGroupColumnMovedEventHandler
Represents the method that will handle the GroupColumnMoved event of the C1GridView.
Public delegate C1GridViewGroupColumnMoveEventHandler
Represents the method that will handle the GroupColumnMoving event of the C1GridView.
Public delegate C1GridViewPageEventHandler
Represents the method that handles the PageIndexChanging event of a C1GridView control.
Public delegate C1GridViewRowEventHandler
Represents the method that will handle the RowCreated and RowDataBound events of the C1GridView
Public delegate C1GridViewSelectEventHandler
Represents the method that will handle the SelectedIndexChanging event of the C1GridView.
Public delegate C1GridViewSortEventHandler
Represents the method that will handle the Sorting event of the C1GridView control.
Public delegate C1GridViewUpdatedEventHandler
Represents the method that will handle the RowUpdated event of the C1GridView control.
Public delegate C1GridViewUpdateEventHandler
Represents the method that will handle the RowUpdating event of the C1GridView control.
Public delegate C1GroupAggregateEventHandler
Represents the method that will handle the GroupAggregate event.
Public delegate C1GroupTextEventHandler
Represents the method that will handle the GroupText event of the C1GridView control..

Enumerations

  Enumeration Description
Public enumeration AggregateEnum
Use the members of this enumeration to set the value of the Aggregate property in the C1Field class.
Public enumeration C1GridViewRowState
Specifies the state of a row in the C1GridView control.
Public enumeration C1GridViewRowType
Specifies the function of a row in the C1GridView control.
Public enumeration C1GridViewScrollMode
Specifies the scroll mode.
Public enumeration C1GridViewSelectionMode
Specifies client-side selection behaviour of the C1GridView.
Public enumeration C1SortDirection
Use the members of this enumeration to set the value of the SortDirection property in the C1Field class.
Public enumeration CallbackOptions
Use the members of this enumeration to determine the actions that can be performed by the C1GridView control using callbacks.
Public enumeration CellAutosizingMode
Specifies the mode of cell sizes calculation when scrolling is enabled.
Public enumeration ElementPosition
Specifies the position of the element.
Public enumeration FilterMode
Use the members of this enumeration to set the value of the FilterMode property of a C1GridView control.
Public enumeration FilterOperator
The FilterOperator enumerator.
Public enumeration GroupMove
Use the members of this enumeration to determine the action that raised the GroupColumnMoving and the GroupColumnMoved events.
Public enumeration GroupPosition
Use the members of this enumeration to set the value of the Position property in the GroupInfo class.
Public enumeration OutlineMode
Use the members of this enumeration to set the value of the OutlineMode property in the GroupInfo class.
Public enumeration RowMerge
Use the members of this enumeration to set the value of the RowMerge property in the C1Field derived column object.
Public enumeration TabNavigation
Specifies the tab navigation behaviour (client-side).
Public enumeration UpdateMode
Infrastructure. Specifies client-side editing behaviour of the C1GridView when current row is changed in client editing mode.