Xceed DataGrid for Silverlight Documentation
Xceed.Silverlight.DataGrid Namespace
Inheritance Hierarchy
Contains all the main classes and interfaces.
Classes
 ClassDescription
ClassActivatingCellEditorEventArgs Provides information on the cell editor being activated.
ClassCell Represents a cell in a grid, which is a Control used to display the value of a property in a data item.
ClassCellValidationError Represents the error that is provided when the value of a cell fails the validation process.
ClassColumn Represents a column, which defines information on how the cells it contains are displayed and their content edited.
ClassColumnBackgroundControl Represents the vertical rectangle that is displayed as a column's background.
ClassColumnCollection Contains a collection of Column objects.
ClassColumnElementsHost Represents the panel that is defined in the row template and which contains the row's cells.
ClassColumnManagerCell Specialization of the Cell class that can be used to rearrange, sort, and group the columns in a grid.
ClassColumnManagerRow Specialization of the Row class that contains a collection of ColumnManagerCells that can be used to manipulate the columns in a grid.
ClassCommittingIndicator Control that is displayed while items are being committed to the underlying data source.
ClassCommittingSpinner Control that is displayed while items are being committed to the underlying data source.
ClassContentControlBase Base class for various content controls such as Cell, GroupByItem, and GroupNavigationSearchBox.
ClassControlBase Base class for various controls such as DataGridControl and GroupByControl.
ClassCreatingNewSourceItemEventArgs Provides information on the new source item that is being created.
ClassDataCell Specialization of the EditableCell class that represents a cell contained in a DataRow.
ClassDataGridAnimationSettings Defines if the animations that occur while scrolling, loading, and manipulating elements in a grid are used.
ClassDataGridBindingInfo Class that creates and wraps a binding that is used by a column to retrieve and validate its values.
ClassDataGridCheckBox Represents a cell editor that is used to edit the content of columns that contain boolean data.
ClassDataGridComboBox Represents a cell editor that can be used to edit the content of cells that display foreign/key values.
ClassDataGridConfiguration Provides configuration information for a grid.
ClassDataGridContext Class that the provides contextual information on, and access to, items contained in a grid.
ClassDataGridControl Represents the core class of Xceed DataGrid for Silverlight, which derives from Control, and is used to display and manipulate data.
ClassDataGridEditCancelEventArgs Provides information for cancelable edit-related event.
ClassDataGridEditEventArgs Provides information for edit-related event.
ClassDataGridException Exception that occurs when an unexpected error occurs.
ClassDataGridFilterEventArgs Provides information and event data for the Filter event.
ClassDataGridGroupConfiguration Provides group-configuration information for a group description.
ClassDataGridGroupConfigurationSelector Represents a group-configuration selector that selects the appropriate group configuration for a group.
ClassDataGridGroupDescription Class that describes how items are grouped using a property name as the criteria.
ClassDataGridInternalException Exception that occurs when an unexpected and fatal error occurs in Xceed DataGrid for Silverlight.
ClassDataGridNumericTextBox Represents a cell editor that is used to edit the content of columns that contain numeric data.
ClassDataGridPath Provides a linear representation of the element's hierarchical location in a grid.
ClassDataGridTextBox Represents a cell editor that is used to edit the content of columns that contain text.
ClassDataRow Specialization of the EditableRow that represents a row that contains a collection of DataCells. Data rows are the visual representation of the data items that are displayed in a grid's viewport.
ClassEditableCell Represents a cell that is contained in a EditableRow and that is used to edit the data in a grid.
ClassEditableRow Specialization of the Row class that is used to edit the data in a grid.
ClassEditResult Represents the result of an edit operation.
ClassFilterCell Represents a cell contained in a FilterRow in which values can be entered to filter the items displayed in the corresponding column
ClassFilterRow Represents a row through which an end user can modify how the data in a grid is filtered.
ClassFirstLevelGroupConfigurationSelector Represents a group-configuration selector that selects the appropriate group configuration for the first-level group.
ClassGroupByControl Represents a control that displays information about how the data items in a grid or detail are grouped and sorted as well as allows the end user to change how the items are grouped and sorted.
ClassGroupByControlPanel Panel in which the items of a group-by control are displayed.
ClassGroupByItem Represents an item in a GroupByControl that corresponds to a column in a grid or detail by whose values the data items are grouped.
ClassGroupContext Provides context-specific information for an element located in the header or footer sections of a group.
ClassGroupHeaderControl Represents the header of a group.
ClassGroupNavigationSearchBox Represents the group-navigation search box that is displayed when the mouse hovers over a group header.
ClassIndicatorBase Base class from which indicator-related classes derive.
ClassInsertionCell Specialization of the Cell class that represents a cell contained in an InsertionRow.
ClassInsertionRow Specialization of the DataRow class that allows new data items to be added to a grid.
ClassInvalidSourcePropertyNameException Exception that is thrown when an invalid property name is specified in the SourcePropertyName property.
ClassLicenser Class through which Xceed DataGrid for Silverlight can be registered.
ClassLightTrailingControl Light-trailing control used in various themes.
ClassLoadingIndicator Control that is displayed while items are being loaded into a grid.
ClassLoadingSpinner Control that is displayed while items are being loaded into a grid.
ClassNotificationControl Represents a control that can be added to a grid to provide notifications when an operation fails.
ClassNotificationReceivedEventArgs Provides information on notifications messages that are received.
ClassRow Base class for all row-based classes.
ClassRowValidationError Represents the error that is provided when the value of a cell fails the validation process.
ClassSelectedItemCollection Contains the selected items.
ClassSelectionRange Represents a range that defines which items in a source are selected.
ClassSelectionRange.EndRangeDictionary Represents a notification dictionary of key/value pairs that represents the end range-information for a SelectionRange.
ClassSelectionRange.NotificationDictionary<TKey,TValue> Base class for all notification dictionaries.
ClassSelectionRange.StartRangeDictionary Represents a notification dictionary of key/value pairs that represents the start range-information for a SelectionRange.
ClassSourceItemEditEndedEventArgs Provides information on the source item that has been edited.
ClassSourceItemEventArgs Provides information on a source item in an underlying data source.
ClassSourceItemHandledEventArgs Provides information on a source item in an underlying data source and allows manipulations to that item to be handled.
ClassSpinnerBase Base class from which spinner-related classes derive.
ClassStatCell Represents a cell that is contained in a StatRow and in which the results of statistical functions are displayed.
ClassStatCellCollection Contains a collection of StatCell objects.
ClassStatRow Specialization of the Row class that allows the results of statistical functions to be displayed.
ClassThemeResourceDictionary Base class for all theme resource dictionaries.
ClassValidationErrorBase Base class for all validation-error classes.
Structures
 StructureDescription
StructureFilterOperatorDescription Provides a customized filter-operator description.
Delegates
 DelegateDescription
DelegateSourceItemEditEndedDelegate Represents the method that will handled the SourceItemEditEnded event.
Enumerations
 EnumerationDescription
EnumerationCellEditorDisplayConditions Value representing under what conditions cell editors are displayed.
EnumerationContainerType Value representing the type of the container that raised an edit-related event.
EnumerationDataGridClipboardCopyMode Value indicating whether end users can copy data to the clipboard and whether the information displayed in the column headers should be included.
EnumerationEditTriggers Value indicating what triggers will cause a cell to enter edit mode.
EnumerationFixedColumnToggleButtonVisibility Value representing the visibility of the fixed-column toggle button (i.e., pushpin).
EnumerationGroupByItemStates Value representing the state of a group-by item.
EnumerationGroupNavigationModes Value representing which group-navigation controls are displayed in group headers.
EnumerationHeaderFooterTypes Value representing the headers and footers that are displayed, by default, in the header and footers sections of a grid.
EnumerationItemScrollingBehavior Value indicating how the data items in a grid are scrolled.
EnumerationNotificationSource Value representing the source of a notification.
EnumerationNotificationType Value representing the type of a notification.
EnumerationRowEndEditResult Value representing the result of a row's edit operation.
EnumerationSelectionType Value representing the selection type of a selection range.
EnumerationStyleUsageMode Value indicating whether styles in a theme resource dictionary will be applied implicitly or explicitly.
EnumerationUpdateSourceTrigger Value representing the moment when data is to be written to the underlying data source.
EnumerationValidationState Value representing the validation state of a row or cell.
See Also

Reference

Xceed.Silverlight.DataGrid.v2.0 Assembly

Send Feedback