Base class for the AwxGridView and AwxChartView

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.306.0 (10.97.306.00)

Collapse imageSyntax

C#
public class AwxView : UserControl, IView, 
	ICustomTypeDescriptor, IDisposable, INotifyPropertyChanged, ICloneable, ISupportInitialization
Visual Basic
Public Class AwxView _
	Inherits UserControl _
	Implements IView, ICustomTypeDescriptor, IDisposable, INotifyPropertyChanged,  _
	ICloneable, ISupportInitialization
JScript
public class AwxView extends UserControl implements IView, ICustomTypeDescriptor, IDisposable, INotifyPropertyChanged, ICloneable, ISupportInitialization

Collapse imageRemarks

Though this class is abstract, deriving from this class is not supported for customers.

Collapse imageInheritance 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.Chart..::..AwxChartView
                    Ico.Awx.DataGrid..::..AwxGridView
                    Ico.Awx.List..::..AwxListViewBase

Collapse imageSee Also