Skip to main content
Row

SheetAutoFilter.AllowExpand Property

Gets whether the auto filtering is expanded to the worksheet’s data range.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

bool AllowExpand { get; }

Property Value

Type Description
Boolean

true, if the filtered range is expanded to include data in affected columns; otherwise, false.

See Also