Intersoft ClientUI Documentation
CellEditingTemplate Property



Gets or sets the template that is used to display the contents of a cell that is in editing mode.
Syntax
Public Property CellEditingTemplate As DataTemplate
Dim instance As UXGridViewBoundColumn
Dim value As DataTemplate
 
instance.CellEditingTemplate = value
 
value = instance.CellEditingTemplate
public DataTemplate CellEditingTemplate {get; set;}
public:
property DataTemplate^ CellEditingTemplate {
   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

UXGridViewBoundColumn Class
UXGridViewBoundColumn Members

Send Feedback