Interaction logic for AwxGridView.xaml
Interaction logic for AwxGridView.xaml
AwxGridView

Namespace: Ico.Awx.DataGrid
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public class AwxGridView : AwxView, 
	IComponentConnector
Visual Basic
Public Class AwxGridView _
	Inherits AwxView _
	Implements IComponentConnector
JScript
public class AwxGridView extends AwxView implements IComponentConnector

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.Awx..::..AwxView
                    Ico.Awx.DataGrid..::..AwxGridView

See Also