GanttColumnBuilder<T>.AllowHeaderFiltering Method
Name | Parameters | Description |
---|---|---|
AllowHeaderFiltering(JS) | value | Specifies whether the header filter can be used to filter data by this column. Applies only if headerFilter.visible is true. By default, inherits the value of the allowFiltering property. Mirrors the client-side allowHeaderFiltering object. |
AllowHeaderFiltering(Boolean) | value | Specifies whether the header filter can be used to filter data by this column. Applies only if headerFilter.visible is true. By default, inherits the value of the allowFiltering property. Mirrors the client-side allowHeaderFiltering object. |