Specifies if the user is editing the grid or not
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use HasChanges instead")] public bool IsEditing { get; private set; } |
| Visual Basic |
|---|
<ObsoleteAttribute("Use HasChanges instead")> _ Public Property IsEditing As Boolean Get Private Set |
| JScript |
|---|
function get IsEditing () : boolean private function set IsEditing (value : boolean) |