DiagramQueryItemEditActionEventArgs(DiagramItem, Boolean) Constructor
Initializes a new instance of the DiagramQueryItemEditActionEventArgs class.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
Parameters
Name | Type | Description |
---|---|---|
item | DiagramItem | The item whose text the end-user is attempting to edit. |
allow | Boolean | true to allow users to edit the item’s text; otherwise, false. |
See Also