Xceed.Silverlight.DataGrid.v2.0 Assembly > Xceed.Silverlight.DataGrid Namespace : DataGridContext Class |
The following tables list the members exposed by DataGridContext.
Name | Description | |
---|---|---|
CurrentColumnProperty | Identifies the CurrentColumn dependency property. | |
CurrentItemProperty | Identifies the CurrentItem dependency property. | |
CurrentPathProperty | Identifies the CurrentPath dependency property. | |
FilterExpressionProperty | Identifies the FilterExpression dependency property. | |
SelectedItemProperty | Identifies the SelectedItem dependency property. |
Name | Description | |
---|---|---|
CurrentColumn | Gets or sets the current column. | |
CurrentItem | Gets or sets the current data item. | |
CurrentPath | Gets the path of the current item. | |
Dispatcher | (Inherited from System.Windows.DependencyObject) | |
FilterExpression | Gets or sets the filter expression, which is embedded into the data query that is used to request data and filter the items that are displayed in a grid. | |
GroupDescriptions | Gets a collection of group descriptions that describe how the items in a grid are grouped. | |
SelectedItem | Gets or sets the currently selected data item. | |
SelectedItems | Gets or sets the selected data items. | |
SortDescriptions | Gets a collection of sort descriptions that describe how the items in a grid are sorted. | |
StatContext | Gets the context from which statistical functions retrieve the values needed to calculate their results and exposes the results through an indexer. |
Name | Description | |
---|---|---|
BeginGetSelectedItems | Begins the asynchronous retrieval of the selected items. | |
BringColumnIntoView | Brings the specified column into view. | |
BringItemIntoView | Overloaded. Brings the specified item into view. | |
ClearValue | (Inherited from System.Windows.DependencyObject) | |
CollapseGroup | Collapses the group at the specified path. | |
EndGetSelectedItems | Ends the asynchronous retrieval of the selected items. | |
ExpandGroup | Expands the group at the specified path | |
GetAnimationBaseValue | (Inherited from System.Windows.DependencyObject) | |
GetContainerFromItem | Retrieves the container for the specified item. | |
GetContainerFromPath | Retrieves the container for the specified path. | |
GetPathFromContainer | Retrieves the path for the specified container. | |
GetPathFromItem | Retrieves the path for the specified item. | |
GetValue | (Inherited from System.Windows.DependencyObject) | |
IsGroupExpanded | ||
ReadLocalValue | (Inherited from System.Windows.DependencyObject) | |
SetValue | (Inherited from System.Windows.DependencyObject) | |
ToggleGroupExpansion | Toggles the expansion state of the group at the specified path. |