Skip to main content

GridView.MoveToPrevScrollAnnotation(ScrollAnnotationKind) Method

Moves the focus to the previous row with a scrollbar annotation of the specified kind.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public bool MoveToPrevScrollAnnotation(
    ScrollAnnotationKind kind
)

Parameters

Name Type Description
kind DevExpress.XtraEditors.Annotations.ScrollAnnotationKind

A kind of scroll annotation.

Returns

Type Description
Boolean

true if the focus is successfully moved; otherwise, false.

See Also