Skip to main content
All docs
V26.1
  • TreeViewGetActiveEditorNeedsKeyEventArgs.TemplateChild Property

    Gets an in-place editor specified in a cell template.

    Namespace: DevExpress.Xpf.Grid.TreeList

    Assembly: DevExpress.Xpf.Grid.v26.1.dll

    Declaration

    public DependencyObject TemplateChild { get; }

    Property Value

    Type Description
    DependencyObject

    An in-place editor specified in a cell template.

    See Also