Base class for AWX Flip view in WPF and UWP.

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

Syntax

C#
public abstract class AwxFlipViewBase : AwxListViewBase
Visual Basic
Public MustInherit Class AwxFlipViewBase _
	Inherits AwxListViewBase
JScript
public abstract class AwxFlipViewBase extends AwxListViewBase

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.List..::..AwxListViewBase
                      Ico.Awx.Flip..::..AwxFlipViewBase
                        Ico.Awx.Flip..::..AwxFlipView

See Also