Skip to main content
All docs
V26.1
  • TreeList.GetScrollAnnotations(ScrollAnnotationKind) Method

    Returns informaiton on scroll annotations of the specified kind.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v26.1.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