Intersoft ClientUI Documentation
CanUserFilterColumns Property



Gets or sets a value that indicates whether the user can filter data based on columns.
Syntax
<CategoryAttribute("Data Filtering")>
Public Property CanUserFilterColumns As Boolean
Dim instance As UXGridView
Dim value As Boolean
 
instance.CanUserFilterColumns = value
 
value = instance.CanUserFilterColumns
[CategoryAttribute("Data Filtering")]
public bool CanUserFilterColumns {get; set;}
[CategoryAttribute("Data Filtering")]
public:
property bool CanUserFilterColumns {
   bool get();
   void set (    bool value);
}
Remarks
UXGridView provides built-in column filtering which comes with rich user interface, allowing users to quickly perform data filtering. To enable data filtering in UXGridView, you simply set the CanUserFilterColumns property to true at UXGridView level, or CanUserSort property at column level to enable the feature only in certain columns. For the column filtering to work properly, you also need to specify the FilterItemsBinding, FilterMemberPath and FilterValuePath properties to each column that supports data filtering.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXGridView Class
UXGridView Members

Send Feedback