TCustomdxTreeView.DeletingConfirmationMessage Property
Specifies the message text which is displayed in the confirmation dialog box when a node is about to be deleted.
Declaration
property DeletingConfirmationMessage: string read; write;
Property Value
Type |
---|
string |
Remarks
When an end-user is about to remove a node in the dxTreeView, a message dialog box appears provided that the trConfirmDelete flag is set in the Options property. Use the DeletingConfirmationMessage property to specify a custom message text for this dialog box.
See Also