Skip to main content
Row

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

AutoFilterColumn.HiddenButton Property

Gets or set a value indicating whether the AutoFilter button for the specified column should be hidden.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

#Declaration

bool HiddenButton { get; set; }

#Property Value

Type Description
Boolean

true, to hide the button; otherwise, false.

#Remarks

If you set the HiddenButton property for a specified column to true, the drop-down arrow on the right side of the column header disappears, so that an end-user cannot specify any filter criteria for this column.

See Also