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






Gets or sets the parameter to pass to the RefreshCommand property.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Action")>
Public Property RefreshCommandParameter As Object
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim value As Object
 
instance.RefreshCommandParameter = value
 
value = instance.RefreshCommandParameter
C# 
[CategoryAttribute("Action")]
public object RefreshCommandParameter {get; set;}
Delphi 
public read-write property RefreshCommandParameter: TObject; 
JScript 
CategoryAttribute("Action")
public function get,set RefreshCommandParameter : Object
Managed Extensions for C++ 
[CategoryAttribute("Action")]
public: __property Object* get_RefreshCommandParameter();
public: __property void set_RefreshCommandParameter( 
   Object* value
);
C++/CLI 
[CategoryAttribute("Action")]
public:
property Object^ RefreshCommandParameter {
   Object^ get();
   void set (    Object^ 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.