Skip to main content

PropertyGridControl.ScrollIntoView(String) Method

Makes the specified property visible onscreen.

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v23.2.dll

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public void ScrollIntoView(
    string path
)

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