Xceed Toolkit Plus for WPF v5.1 Documentation
Xceed.Wpf.DataGrid.Toolkit Assembly / Xceed.Wpf.DataGrid Namespace / ActivationGestureCollection Class
Members


In This Topic
    ActivationGestureCollection Class
    In This Topic
    Represents a dynamic ActivationGesture collection that provides notifications when items are added, removed, or when the collection is refreshed.
    Object Model
    ActivationGestureCollection ClassActivationGesture Class
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public Class ActivationGestureCollection 
       Inherits System.Windows.FreezableCollection(Of ActivationGesture)
    'Usage
     
    Dim instance As ActivationGestureCollection
    [DefaultMember("Item")]
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public class ActivationGestureCollection : System.Windows.FreezableCollection<ActivationGesture> 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             System.Windows.Freezable
                System.Windows.Media.Animation.Animatable
                   System.Windows.FreezableCollection<T>
                      Xceed.Wpf.DataGrid.ActivationGestureCollection

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the ActivationGestureCollection class.  
    Top
    Public Properties
    Public Methods
     NameDescription
    Public Method (Inherited from System.Windows.FreezableCollection<ActivationGesture>)
    Public MethodOverloaded.  (Inherited from System.Windows.Media.Animation.Animatable)
    Public MethodOverloaded.  (Inherited from System.Windows.Media.Animation.Animatable)
    Public Method (Inherited from System.Windows.FreezableCollection<ActivationGesture>)
    Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.FreezableCollection<ActivationGesture>)
    Public Method (Inherited from System.Windows.FreezableCollection<ActivationGesture>)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.FreezableCollection<ActivationGesture>)
    Public Method (Inherited from System.Windows.FreezableCollection<ActivationGesture>)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.Freezable)
    Public Method (Inherited from System.Windows.Media.Animation.Animatable)
    Public Method (Inherited from System.Windows.Freezable)
    Public Method (Inherited from System.Windows.Freezable)
    Public Method (Inherited from System.Windows.FreezableCollection<ActivationGesture>)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.FreezableCollection<ActivationGesture>)
    Public Method (Inherited from System.Windows.FreezableCollection<ActivationGesture>)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public Method (Inherited from System.Windows.FreezableCollection<ActivationGesture>)
    Public Method (Inherited from System.Windows.FreezableCollection<ActivationGesture>)
    Public Method (Inherited from System.Windows.DependencyObject)
    Public MethodOverloaded.  (Inherited from System.Windows.DependencyObject)
    Top
    Public Events
     NameDescription
    Public Event (Inherited from System.Windows.Freezable)
    Top
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also