Xceed DataGrid for Silverlight Documentation
DataGridContext Class Members
Fields  Properties  Methods 


The following tables list the members exposed by DataGridContext.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)CurrentColumnPropertyIdentifies the CurrentColumn dependency property.  
Public Fieldstatic (Shared in Visual Basic)CurrentItemPropertyIdentifies the CurrentItem dependency property.  
Public Fieldstatic (Shared in Visual Basic)CurrentPathPropertyIdentifies the CurrentPath dependency property.  
Public Fieldstatic (Shared in Visual Basic)FilterExpressionPropertyIdentifies the FilterExpression dependency property.  
Public Fieldstatic (Shared in Visual Basic)SelectedItemPropertyIdentifies the SelectedItem dependency property.  
Top
Public Properties
 NameDescription
Public PropertyCurrentColumnGets or sets the current column.  
Public PropertyCurrentItemGets or sets the current data item.  
Public PropertyCurrentPathGets the path of the current item.  
Public PropertyDispatcher (Inherited from System.Windows.DependencyObject)
Public PropertyFilterExpressionGets 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.  
Public PropertyGroupDescriptionsGets a collection of group descriptions that describe how the items in a grid are grouped.  
Public PropertySelectedItemGets or sets the currently selected data item.  
Public PropertySelectedItemsGets or sets the selected data items.  
Public PropertySortDescriptionsGets a collection of sort descriptions that describe how the items in a grid are sorted.  
Public PropertyStatContextGets the context from which statistical functions retrieve the values needed to calculate their results and exposes the results through an indexer.  
Top
Public Methods
 NameDescription
Public MethodBeginGetSelectedItemsBegins the asynchronous retrieval of the selected items.  
Public MethodBringColumnIntoViewBrings the specified column into view.  
Public MethodBringItemIntoViewOverloaded. Brings the specified item into view.  
Public MethodClearValue (Inherited from System.Windows.DependencyObject)
Public MethodCollapseGroupCollapses the group at the specified path.  
Public MethodEndGetSelectedItemsEnds the asynchronous retrieval of the selected items.  
Public MethodExpandGroupExpands the group at the specified path  
Public MethodGetAnimationBaseValue (Inherited from System.Windows.DependencyObject)
Public MethodGetContainerFromItemRetrieves the container for the specified item.  
Public MethodGetContainerFromPathRetrieves the container for the specified path.  
Public MethodGetPathFromContainerRetrieves the path for the specified container.  
Public MethodGetPathFromItemRetrieves the path for the specified item.  
Public MethodGetValue (Inherited from System.Windows.DependencyObject)
Public MethodIsGroupExpanded  
Public MethodReadLocalValue (Inherited from System.Windows.DependencyObject)
Public MethodSetValue (Inherited from System.Windows.DependencyObject)
Public MethodToggleGroupExpansionToggles the expansion state of the group at the specified path.  
Top
See Also

Reference

DataGridContext Class
Xceed.Silverlight.DataGrid Namespace

Send Feedback