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






Gets or sets the template that is used when rendering the rows.

Syntax

Visual Basic (Declaration) 
Public Property RowTemplate As DataTemplate
Visual Basic (Usage)Copy Code
Dim instance As UXGridView
Dim value As DataTemplate
 
instance.RowTemplate = value
 
value = instance.RowTemplate
C# 
public DataTemplate RowTemplate {get; set;}
Delphi 
public read-write property RowTemplate: DataTemplate; 
JScript 
public function get,set RowTemplate : DataTemplate
Managed Extensions for C++ 
public: __property DataTemplate* get_RowTemplate();
public: __property void set_RowTemplate( 
   DataTemplate* value
);
C++/CLI 
public:
property DataTemplate^ RowTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ 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.