Skip to main content
All docs
V23.2

InvalidNodeExceptionArgs Properties

Contains data for the command bound to the TreeListView.InvalidNodeExceptionCommand property.
Name Description
ErrorText Gets or sets the error description. Inherited from InvalidItemExceptionArgs.
Exception Gets a thrown exception. Inherited from InvalidItemExceptionArgs.
ExceptionMode Gets or sets how to handle an exception. Inherited from InvalidItemExceptionArgs.
IsNewItem Gets whether the validate operation processes a new data item. Inherited from InvalidItemExceptionArgs.
Item Gets a record in a data source. Inherited from InvalidItemExceptionArgs.
Path Gets a path to the processed node. This path starts with the processed node and includes all its parent nodes.
WindowCaption Gets or sets the error window’s caption. Inherited from InvalidItemExceptionArgs.
See Also