HtmlDxDataGridColumnDescription.

AllowFiltering Property

Summary

Gets or sets a value indicating whether data can be filtered by this column or not. Applies only if EnableFiltering is set. Default value is true.

Syntax

public bool AllowFiltering { get; set; }

Value

Type Description
bool
GitHub