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

GridView.GetScrollAnnotations(ScrollAnnotationKind) Method

Returns data specifying scroll annotations of the specified kind.

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public GridScrollAnnotationInfo[] GetScrollAnnotations(
    ScrollAnnotationKind kind
)

Parameters

Name Type Description
kind DevExpress.XtraEditors.Annotations.ScrollAnnotationKind

A kind of scroll annotations about which to return data.

Returns

Type Description
DevExpress.XtraGrid.Views.Grid.GridScrollAnnotationInfo[]

An array of data specifying scroll annotations of the specified kind.

See Also