Search Results for

    Show / Hide Table of Contents

    Class DataGridItemBehavior

    Inheritance
    object
    DataGridItemBehavior
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Behaviours
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public static class DataGridItemBehavior

    Fields

    IsBroughtIntoViewWhenSelectedProperty

    Declaration
    public static readonly DependencyProperty IsBroughtIntoViewWhenSelectedProperty
    Field Value
    Type Description
    DependencyProperty

    Methods

    GetIsBroughtIntoViewWhenSelected(DataGrid)

    Declaration
    public static bool GetIsBroughtIntoViewWhenSelected(DataGrid dataGrid)
    Parameters
    Type Name Description
    DataGrid dataGrid
    Returns
    Type Description
    bool

    SetIsBroughtIntoViewWhenSelected(DataGrid, bool)

    Declaration
    public static void SetIsBroughtIntoViewWhenSelected(DataGrid dataGrid, bool value)
    Parameters
    Type Name Description
    DataGrid dataGrid
    bool value
    In this article
    • Fields
      • IsBroughtIntoViewWhenSelectedProperty
    • Methods
      • GetIsBroughtIntoViewWhenSelected(DataGrid)
      • SetIsBroughtIntoViewWhenSelected(DataGrid, bool)
    Back to top Generated by DocFX