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 |
---|---|
Boolean |
SetIsBroughtIntoViewWhenSelected(DataGrid, Boolean)
Declaration
public static void SetIsBroughtIntoViewWhenSelected(DataGrid dataGrid, bool value)
Parameters
Type | Name | Description |
---|---|---|
DataGrid | dataGrid | |
Boolean | value |