Base class for the AwxGridView and AwxChartView

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

Syntax

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

Remarks

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

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

See Also