Gets or sets the control used to edit the item's text.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
C#
![]() |
---|
public Control EditControl { get; set; } |
Visual Basic
![]() |
---|
Public Property EditControl As Control |
An instance of the WPF Control class.
If a custom editor is specified and it does not implement the IInplaceEditor interface, the Text property will be used as the cell value upon successful edit.
MindFusion.Spreadsheet for WPF Programmer's Guide | © 2025 MindFusion |