Does the DataGrid have any pending changes?
Namespace: Ico.WPF.Specialized.DataGridControl.ViewModelAssembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public bool HasChanges { get; set; } |
| Visual Basic |
|---|
Public Property HasChanges As Boolean Get Set |
| JScript |
|---|
function get HasChanges () : boolean function set HasChanges (value : boolean) |