Skip to main content
All docs
V25.2
  • ExcelFilterOptions.ShowScrollAnnotations Property

    Gets or sets whether to display scroll annotations.

    Namespace: DevExpress.Utils.Filtering

    Assembly: DevExpress.Data.v25.2.dll

    NuGet Package: DevExpress.Data

    Declaration

    public bool? ShowScrollAnnotations { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true to display scroll annotations in large value lists; otherwise, false.

    See Also