Namespace Syncfusion.WinForms.DataGrid
Classes
AutoSizeController
Represents a class that provides the implementation to calculate column widths based on the AutoSizeColumnsMode. |
BusyIndicatorShowingEventArgs
Provides the data for the BusyIndicatorShowing event. |
CellButton
Represents a class that provides the information for drawing the button. |
CloneableAttribute
Represents a class that checks whether the attribute is cloneable. |
Columns
Represents a class that contains the collection of GridColumn. |
CoveredCellInfo
Represents a class that used to define the merge cells range by top, left, bottom and right. |
DataColumnBase
Represents the base class for the data column. |
DataGridIndexResolver
Represents an extension class that provides an set of index resolver helper methods in SFDataGrid. |
DataGridLocalizationResourceAccessor
Represents the class that manages the localization for syncfusion controls. |
DataRow
Represents the class that holds the data of the rows. |
DataRowBase
Represents an abstract base class for the data row that used to holds the row data. |
DetailsViewDataGrid
Represents a control that is used to display the hierarchical data in SfDataGrid. |
DetailsViewDataRow
Represents a class that holds the data of the DetailsView row. |
DetailsViewDefinitions
Represents a class that maintains the relations for hierarchical data. |
DetailsViewNotifyListener
Represents a class that used to notify the details view changes to the parent grid. |
GridButtonColumn
Represents a column that used to display the button as the edit element. |
GridCheckBoxColumn
Represents a column that used to display and edit boolean values and draw CheckBox in its cell. |
GridCheckBoxSelectorColumn
Represents the column which is used to select/deselect rows based on the checkbox value which is not bound with data object. |
GridColumn
Represents a class that provides the base functionalities for all the column types in SfDataGrid. |
GridColumnBase
Represents a class that holds the basic information of the grid column. |
GridComboBoxColumn
Represents a column that used to display the SfComboBox as the edit element. |
GridDateTimeColumn
Represents a column that used to display and edit the date time values of the cell. |
GridHyperlinkColumn
Represents the column that is used to display the URI data in its cells content. |
GridImageColumn
Represents a column that used to display the image as the edit element. |
GridMaskColumn
Represents a column that formats the text using mask expression and loads MaskedEditBox in edit mode. |
GridModel
Represents a wrapper class for SfDataGrid control to handle the collection and view related operations. |
GridMultiSelectComboBoxColumn
Represents a column that used to display the SfComboBox as the edit element. |
GridNumericColumn
Represents a column that is used to display the numeric values in its cells and host numeric TextBox in edit mode. |
GridProgressBarColumn
Represents the class that contains values for the Progress Bar of the cell. |
GridSummaryColumn
Represents a class that defines the summary information of summary column. |
GridSummaryRow
Represents a class that defines the summary information of summary row. |
GridTableSummaryRow
Represents a class that defines summary information of table summary row in SFDataGrid. |
GridTextColumn
Represents a column that is used to display the string values in its cells and host TextBox in edit mode. |
GridUnboundColumn
Represents a column which displays an additional information in columns which are not bound with data object. |
GridUnboundRow
Represents the class which used to display additional rows which are not bound to data source. |
GridViewDefinition
Represents a class that represents the hierarchical data. |
GroupColumnDescription
Represents a class that describes the grouping criterion. |
GroupColumnDescriptions
Represents a collection of group column description that raises notification for both collection and item changes. |
GroupPanel
Represents the panel for drawing the GroupDropItem. |
PreviewDataRow
Represents a class that holds the data of the preview row. |
RowAutoFitOptions
Represents the class that provides the options for calculating the Row height. |
RowGenerator
Represents a class that used to generate the data row of the SfDataGrid. |
RowHeightManager
Represents a class that manages the row heights operation in SfDataGrid. |
SearchController
Represents the class that used to perform the search operation in the SfDataGrid. |
SfDataGrid
Represents a control that displays the data in a tabular format. |
SfGridColumnBase<T>
Represents a generic base class that used for disposing the GridColumnBase. |
SortColumnDescription
Represents a class that describes the sorting criterion. |
SortColumnDescriptions
Represents a collection of sorting column description that raises notification for both collection and item changes. |
SpannedDataColumn
Represents a class that contains the information about the spanned data columns. |
SpannedDataRow
Represents a class to maintain the grouped records. |
StackedColumn
Represents the class that used to hold the child columns and header text. |
StackedColumns
Represents a collection of the StackedColumn to group the columns under particular category. |
StackedHeaderRow
Represents a StackedHeader row that contains the collection of StackedColumns. |
StackedHeaderRows
Represents a collection of the StackedHeaderRow to add the stacked header rows in SFDataGrid. |
TableControl
Represents a control that displays the data in a tabular format |
UnboundRow
Represents a class that deals with UnboundRow's column creation and updating it's renderer and initialize it element. |
UnboundRows
Represents the collection of GridUnboundRow which used to display additional rows which are not bound to data source in SfDataGrid. |
ValidationErrorToolTipOptions
Represents a class that provides the options to customize the validation error ToolTipControl of SfDataGrid. |
Interfaces
IDataGridFormatProvider
Provides a mechanism for retrieving the record and column of an object to control formatting. |
IDataSourceSelector
Provides the interface to get the data source for the combobox cell. |
IDetailsViewNotifier
Interface used to hold the information related to the Details View Notify Listener and suspend, resume methods. |
IDetailsViewNotifyListener
Interface used to listen the dependency property changed and collection changed and pass the information to SourceDataGrid or ClonedDataGrid |
IElement
Provides the functionality for the basic element of the row. |
IRowElement
Provides the functionality for the Row element data row. |
IRowGenerator
Provides the functionalities for the row generator. |
Delegates
BusyIndicatorShowingEventHandler
Represents the method that will handle the BusyIndicatorShowing event. |