Intersoft ClientUI Documentation
CellTemplate Property (UXDataComboBoxColumn)



Gets or sets the cell template.
Syntax
Public Property CellTemplate As DataTemplate
Dim instance As UXDataComboBoxColumn
Dim value As DataTemplate
 
instance.CellTemplate = value
 
value = instance.CellTemplate
public DataTemplate CellTemplate {get; set;}
public:
property DataTemplate^ CellTemplate {
   DataTemplate^ get();
   void set (    DataTemplate^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXDataComboBoxColumn Class
UXDataComboBoxColumn Members

Send Feedback