Skip to main content

TreeList.GetScrollAnnotations(ScrollAnnotationKind) Method

Returns informaiton on scroll annotations of the specified kind.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

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

Declaration

public TreeListScrollAnnotationInfo[] GetScrollAnnotations(
    ScrollAnnotationKind kind
)

Parameters

Name Type Description
kind DevExpress.XtraEditors.Annotations.ScrollAnnotationKind

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

Returns

Type Description
DevExpress.XtraTreeList.TreeListScrollAnnotationInfo[]

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

See Also