FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridHyperlinkColumn Class / CellEditingTemplate Property

In This Topic
    CellEditingTemplate Property (GridHyperlinkColumn)
    In This Topic
    Gets or sets the template used to edit a cell.
    Syntax
    'Declaration
     
    Public Property CellEditingTemplate As DataTemplate
    public DataTemplate CellEditingTemplate {get; set;}
    See Also