PropertyGridControl.ScrollIntoView(String) Method
Makes the specified property visible onscreen.
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
Declaration
Parameters
Name | Type | Description |
---|---|---|
path | String | A String that is a path to the required property. |
Remarks
Note
The ScrollIntoView method does not move focus to the specified property.
See Also