Back to Devexpress

TreeList.GetScrollAnnotations(ScrollAnnotationKind) Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-getscrollannotations-x28-devexpress-dot-xtraeditors-dot-annotations-dot-scrollannotationkind-x29.md

latest1.7 KB
Original Source

TreeList.GetScrollAnnotations(ScrollAnnotationKind) Method

Returns informaiton on scroll annotations of the specified kind.

Namespace : DevExpress.XtraTreeList

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

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

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.XtraTreeList.TreeListScrollAnnotationInfo[]

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

|

See Also

TreeList Class

TreeList Members

DevExpress.XtraTreeList Namespace