ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / C1DataGrid Class
Members

In This Topic
    C1DataGrid Class
    In This Topic
    Used to display, analyze, and edit tabular information. Supports virtualized data-binding, xaml styling and automatic sorting and filters in client/server scenarios.
    Object Model
    C1DataGrid Class
    Syntax
    'Declaration
     
    
    <DefaultMemberAttribute("Item")>
    <StyleTypedPropertyAttribute(Property="GroupRowStyle", StyleTargetType=C1.Silverlight.DataGrid.DataGridGroupRowPresenter)>
    <TemplatePartAttribute(Name="HorizontalScrollBar", Type=System.Windows.Controls.Primitives.ScrollBar)>
    <TemplateVisualStateAttribute(Name="Loading", GroupName="LoadingStates")>
    Public Class C1DataGrid 
       Inherits System.Windows.Controls.Control
    [DefaultMember("Item")]
    [StyleTypedProperty(Property="GroupRowStyle", StyleTargetType=C1.Silverlight.DataGrid.DataGridGroupRowPresenter)]
    [TemplatePart(Name="HorizontalScrollBar", Type=System.Windows.Controls.Primitives.ScrollBar)]
    [TemplateVisualState(Name="Loading", GroupName="LoadingStates")]
    public class C1DataGrid : System.Windows.Controls.Control 
    Inheritance Hierarchy

    System.Object
       System.Windows.DependencyObject
          System.Windows.UIElement
             System.Windows.FrameworkElement
                System.Windows.Controls.Control
                   C1.Silverlight.DataGrid.C1DataGrid

    See Also