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






Gets or sets a value that determine whether user can check all item.

Syntax

Visual Basic (Declaration) 
Public Property CanUserCheckAll As Boolean
Visual Basic (Usage)Copy Code
Dim instance As UXGridViewSelectColumn
Dim value As Boolean
 
instance.CanUserCheckAll = value
 
value = instance.CanUserCheckAll
C# 
public bool CanUserCheckAll {get; set;}
Delphi 
public read-write property CanUserCheckAll: Boolean; 
JScript 
public function get,set CanUserCheckAll : boolean
Managed Extensions for C++ 
public: __property bool get_CanUserCheckAll();
public: __property void set_CanUserCheckAll( 
   bool value
);
C++/CLI 
public:
property bool CanUserCheckAll {
   bool get();
   void set (    bool value);
}

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.