Skip to main content
Tab

ASPxGridFilterControlSettings.ShowAllDataSourceColumns Property

Specifies which columns are visible in the filter builder: all data source columns or only the columns that are visible in the grid.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(false)]
public bool ShowAllDataSourceColumns { get; set; }

Property Value

Type Default Description
Boolean false

true, to display all data source columns; false, to display columns that are visible in the grid.

See Also