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

IXlTableColumn.HiddenButton Property

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

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.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 table column to true, the drop-down arrow on the right side of the column header disappears, so that an end-user cannot specify or modify the filter criteria for this column.

See Also