Class DataGridItemBehavior
Inherited Members
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 |