Search Results for

    Show / Hide Table of Contents

    Class DataGridSelectingItemBehaviour

    Inheritance
    object
    DispatcherObject
    DependencyObject
    Freezable
    Animatable
    Behavior
    Behavior<DataGrid>
    DataGridSelectingItemBehaviour
    Implements
    IAnimatable
    IAttachedObject
    Inherited Members
    Behavior<DataGrid>.AssociatedObject
    Behavior.OnAttached()
    Behavior.OnDetaching()
    Behavior.CreateInstanceCore()
    Behavior.Attach(DependencyObject)
    Behavior.Detach()
    Behavior.AssociatedType
    Animatable.Clone()
    Animatable.FreezeCore(bool)
    Animatable.ApplyAnimationClock(DependencyProperty, AnimationClock)
    Animatable.ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior)
    Animatable.BeginAnimation(DependencyProperty, AnimationTimeline)
    Animatable.BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior)
    Animatable.GetAnimationBaseValue(DependencyProperty)
    Animatable.HasAnimatedProperties
    Freezable.CloneCurrentValue()
    Freezable.GetAsFrozen()
    Freezable.GetCurrentValueAsFrozen()
    Freezable.Freeze()
    Freezable.OnPropertyChanged(DependencyPropertyChangedEventArgs)
    Freezable.CreateInstance()
    Freezable.CloneCore(Freezable)
    Freezable.CloneCurrentValueCore(Freezable)
    Freezable.GetAsFrozenCore(Freezable)
    Freezable.GetCurrentValueAsFrozenCore(Freezable)
    Freezable.OnChanged()
    Freezable.ReadPreamble()
    Freezable.WritePreamble()
    Freezable.WritePostscript()
    Freezable.OnFreezablePropertyChanged(DependencyObject, DependencyObject)
    Freezable.OnFreezablePropertyChanged(DependencyObject, DependencyObject, DependencyProperty)
    Freezable.Freeze(Freezable, bool)
    Freezable.CanFreeze
    Freezable.IsFrozen
    Freezable.Changed
    DependencyObject.Equals(object)
    DependencyObject.GetHashCode()
    DependencyObject.GetValue(DependencyProperty)
    DependencyObject.SetValue(DependencyProperty, object)
    DependencyObject.SetCurrentValue(DependencyProperty, object)
    DependencyObject.SetValue(DependencyPropertyKey, object)
    DependencyObject.ClearValue(DependencyProperty)
    DependencyObject.ClearValue(DependencyPropertyKey)
    DependencyObject.CoerceValue(DependencyProperty)
    DependencyObject.InvalidateProperty(DependencyProperty)
    DependencyObject.ShouldSerializeProperty(DependencyProperty)
    DependencyObject.ReadLocalValue(DependencyProperty)
    DependencyObject.GetLocalValueEnumerator()
    DependencyObject.DependencyObjectType
    DependencyObject.IsSealed
    DispatcherObject.Dispatcher
    object.ToString()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Behaviours
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class DataGridSelectingItemBehaviour : Behavior<DataGrid>, IAnimatable, IAttachedObject

    Constructors

    DataGridSelectingItemBehaviour()

    Declaration
    public DataGridSelectingItemBehaviour()

    Fields

    SelectedPositionProperty

    Declaration
    public static readonly DependencyProperty SelectedPositionProperty
    Field Value
    Type Description
    DependencyProperty

    SelectingItemProperty

    Declaration
    public static readonly DependencyProperty SelectingItemProperty
    Field Value
    Type Description
    DependencyProperty

    Methods

    FindVisualChild<T>(DependencyObject)

    Declaration
    public static T FindVisualChild<T>(DependencyObject obj) where T : DependencyObject
    Parameters
    Type Name Description
    DependencyObject obj
    Returns
    Type Description
    T
    Type Parameters
    Name Description
    T

    GetCell(DataGrid, DataGridRow, int)

    Declaration
    public static DataGridCell GetCell(DataGrid dataGrid, DataGridRow rowContainer, int column)
    Parameters
    Type Name Description
    DataGrid dataGrid
    DataGridRow rowContainer
    int column
    Returns
    Type Description
    DataGridCell

    GetSelectedPosition(DependencyObject)

    Declaration
    public static int GetSelectedPosition(DependencyObject target)
    Parameters
    Type Name Description
    DependencyObject target
    Returns
    Type Description
    int

    GetSelectingItem(DependencyObject)

    Declaration
    public static bool GetSelectingItem(DependencyObject target)
    Parameters
    Type Name Description
    DependencyObject target
    Returns
    Type Description
    bool

    SelectRowByIndex(DataGrid, int)

    Declaration
    public static void SelectRowByIndex(DataGrid dataGrid, int rowIndex)
    Parameters
    Type Name Description
    DataGrid dataGrid
    int rowIndex

    SetSelectedPosition(DependencyObject, int)

    Declaration
    public static void SetSelectedPosition(DependencyObject target, int value)
    Parameters
    Type Name Description
    DependencyObject target
    int value

    SetSelectingItem(DependencyObject, bool)

    Declaration
    public static void SetSelectingItem(DependencyObject target, bool value)
    Parameters
    Type Name Description
    DependencyObject target
    bool value

    Implements

    IAnimatable
    Microsoft.Xaml.Behaviors.IAttachedObject

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • DataGridSelectingItemBehaviour()
    • Fields
      • SelectedPositionProperty
      • SelectingItemProperty
    • Methods
      • FindVisualChild<T>(DependencyObject)
      • GetCell(DataGrid, DataGridRow, int)
      • GetSelectedPosition(DependencyObject)
      • GetSelectingItem(DependencyObject)
      • SelectRowByIndex(DataGrid, int)
      • SetSelectedPosition(DependencyObject, int)
      • SetSelectingItem(DependencyObject, bool)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX