Back to Devexpress

GridView.GetScrollAnnotations(ScrollAnnotationKind) Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-gridview-dot-getscrollannotations-x28-devexpress-dot-xtraeditors-dot-annotations-dot-scrollannotationkind-x29.md

latest1.7 KB
Original Source

GridView.GetScrollAnnotations(ScrollAnnotationKind) Method

Returns informaiton on scroll annotations of the specified kind.

Namespace : DevExpress.XtraGrid.Views.Grid

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public GridScrollAnnotationInfo[] GetScrollAnnotations(
    ScrollAnnotationKind kind
)
vb
Public Function GetScrollAnnotations(
    kind As ScrollAnnotationKind
) As GridScrollAnnotationInfo()

Parameters

NameTypeDescription
kindDevExpress.XtraEditors.Annotations.ScrollAnnotationKind

A ScrollAnnotationKind enumeration value that specifies the kind of scroll annotations on which to return information.

|

Returns

TypeDescription
DevExpress.XtraGrid.Views.Grid.GridScrollAnnotationInfo[]

An array of GridScrollAnnotationInfo objects that specify information on scroll annotations of the specified kind.

|

See Also

GridView Class

GridView Members

DevExpress.XtraGrid.Views.Grid Namespace