FlexGrid for WinRT
CellEditingTemplate Property

Gets or sets the template used to display the contents of a cell that is in editing mode.
Syntax
'Declaration
 
Public Property CellEditingTemplate As Windows.UI.Xaml.DataTemplate
public Windows.UI.Xaml.DataTemplate CellEditingTemplate {get; set;}
Remarks

The CellTemplate and CellEditingTemplate properties work like the equivalent ones in the Microsoft DataGrid for Silverlight/WPF.

They can be defined in XAML and are used to create the visual elements that represent the cells in the column.

CellTemplate creates cells in regular mode and CellEditingTemplate creates cells in edit mode.

For an example, see the CellTemplate property.

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

Column Class
Column Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Product Support Forum  |   Documentation Feedback