Intersoft ClientUI Documentation
CanUserFilterColumns Property
See Also  Send Feedback
Intersoft.Client.UI.Data Namespace > UXGridView Class : CanUserFilterColumns Property






Gets or sets a value that indicates whether the user can filter data based on columns.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Data Filtering")>
Public Property CanUserFilterColumns As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim value As Boolean
 
instance.CanUserFilterColumns = value
 
value = instance.CanUserFilterColumns
C# 
[CategoryAttribute("Data Filtering")]
public bool CanUserFilterColumns {get; set;}
Delphi 
public read-write property CanUserFilterColumns: Boolean; 
JScript 
CategoryAttribute("Data Filtering")
public function get,set CanUserFilterColumns : boolean
Managed Extensions for C++ 
[CategoryAttribute("Data Filtering")]
public: __property bool get_CanUserFilterColumns();
public: __property void set_CanUserFilterColumns( 
   bool value
);
C++/CLI 
[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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.