Skip to main content
A newer version of this page is available. .
Row

SheetAutoFilter.AllowExpand Property

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

Namespace: DevExpress.Spreadsheet

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

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