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






Gets or sets the template that is used when rendering cells in the column.

Syntax

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