Namespace: Dapfor.Net.Ui
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
True if the row has been successfully removed. Otherwise false.
Assembly: Dapfor.Net (in Dapfor.Net.dll) Version: 2.10.3.24917 (2.10.3.24917)
Syntax
C# |
---|
public bool Remove() |
Visual Basic |
---|
Public Function Remove As Boolean |
Visual C++ |
---|
public: bool Remove() |
F# |
---|
member Remove : unit -> bool |
Return Value
Type: BooleanTrue if the row has been successfully removed. Otherwise false.
Remarks
All resources, holding by the Row will be released, and the Row will be unsubscribed from receiving notifications
from the user-defined object if it implements INotifyPropertyChanged interface. All children, attached to the specified Row will also be removed.
The removing of the Row does not affect the user-defined data objects, so they can be used in the application.
Thread Safety
The function is thread safe. The Row is removed with blocking the calling thread.