Search
Grid.AllowInplaceEdit Property
See Also
 





Gets or sets a value indicating whether header titles can be in-place edited.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool AllowInplaceEdit { get; set; }

Visual Basic  Copy Code

Public Property AllowInplaceEdit As Boolean

 Property Value

true to let the user edit header titles, otherwise false. The default value is false.

 See Also