Xceed DataGrid for Silverlight Documentation
AllowFilter Property


Gets or sets a value indicating whether the values of the column can be filtered using a FilterRow.
Syntax
'Declaration
 
Public Property AllowFilter As Boolean
'Usage
 
Dim instance As Column
Dim value As Boolean
 
instance.AllowFilter = value
 
value = instance.AllowFilter
public bool AllowFilter {get; set;}

Property Value

true if the values of the column can be filtered using a FilterRow; false otherwise. By default, true.
Remarks
Setting the AllowFilter property to false does not prevent the data items from being filtered programmatically.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

Column Class
Column Members

Manipulating Data

Filtering Data

Send Feedback