A custom panel for Data Grid cells. This panel is able to display cells in one row with correct column width and in correct column order.

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

Syntax

C#
public class DataGridPanel : Panel
Visual Basic
Public Class DataGridPanel _
	Inherits Panel
JScript
public class DataGridPanel extends Panel

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows.Media..::..Visual
        System.Windows..::..UIElement
          System.Windows..::..FrameworkElement
            System.Windows.Controls..::..Panel
              Ico.WPF.Specialized.DataGridControl.Controls..::..DataGridPanel

See Also