When enabled the user can click on the column header and filter the items using a standard simplified filter editor

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool AllowFiltering { get; set; }
Visual Basic
Public Property AllowFiltering As Boolean
	Get
	Set
JScript
function get AllowFiltering () : boolean
function set AllowFiltering (value : boolean)

See Also