Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public abstract class PropertyGridItemProvider : IDisposable
Inheritance: objectPropertyGridItemProvider
Implements:
Constructors
C#
public PropertyGridItemProvider(PropertyGridTableElement propertyGridElement)
Properties
Gets a value indicating whether this instance is suspended.
C#
public bool IsSuspended { get; }
true if this instance is suspended; otherwise, false.
Gets the property grid element.
C#
public PropertyGridTableElement RadPropertyGridElement { get; }
The tree view.
Methods
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
C#
public virtual void Dispose()
Implements:
Gets the items.
Resets this instance.
C#
public virtual void Reset()
Resumes the update.
C#
public virtual void ResumeUpdate()
Sets the current.
Suspends the update.
C#
public virtual void SuspendUpdate()