Xceed Grid for WinForms v4.3 Documentation
Disposing Property


Xceed.Grid.v4.3 Assembly > Xceed.Grid Namespace > GridControl Class : Disposing Property
Gets a value indicating whether the control is in the process of being disposed of.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Shadows ReadOnly Property Disposing As Boolean
'Usage
 
Dim instance As GridControl
Dim value As Boolean
 
value = instance.Disposing
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Advanced)]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
public new bool Disposing {get;}

Property Value

true if the control is in the process of being disposed of; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members