Search
InplaceEditEventArgs.EditControl Property
See Also
 






Gets or sets the control used to edit the item's text.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Control EditControl { get; set; }

Visual Basic  Copy Code

Public Property EditControl As Control

 Property Value

An instance of the WPF Control class.

 Remarks

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.

 See Also