TreeList.GetScrollAnnotations(ScrollAnnotationKind) Method
Returns informaiton on scroll annotations of the specified kind.
Namespace: DevExpress.XtraTreeList
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList
Declaration
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