Data grid control.
DataGridTelerik

Namespace: Ico.WPF.Specialized.DataGridControl
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public sealed class DataGridTelerik : UserControl, 
	IComponentConnector, IStyleConnector
Visual Basic
Public NotInheritable Class DataGridTelerik _
	Inherits UserControl _
	Implements IComponentConnector, IStyleConnector
JScript
public final class DataGridTelerik extends UserControl implements IComponentConnector, IStyleConnector

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Control
              System.Windows.Controls..::..ContentControl
                System.Windows.Controls..::..UserControl
                  Ico.WPF.Specialized.DataGridControl..::..DataGridTelerik

See Also