Property FreezeGridEvents
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
FreezeGridEvents
Get/Set a value that represents if the vdPropertyGrid control events are going to be fired.Default value is True and events are not fired. It is required to set this value to False in order to use the vdPropertyGrid.SelectedObjectChange event of the vdPropertyGrid control.
public bool FreezeGridEvents { get; set; }