Skip to main content
A newer version of this page is available. .

PropertyGridControl.ScrollIntoView(String) Method

Makes the specified property visible onscreen.

Namespace: DevExpress.Xpf.PropertyGrid

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

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