Class PropertyGridItemProvider
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public abstract class PropertyGridItemProvider : IDisposable
Constructors
PropertyGridItemProvider(PropertyGridTableElement)
Declaration
public PropertyGridItemProvider(PropertyGridTableElement propertyGridElement)
Parameters
|
PropertyGridTableElement
propertyGridElement
|
Properties
IsSuspended
Gets a value indicating whether this instance is suspended.
Declaration
public bool IsSuspended { get; }
Property Value
|
System.Boolean
|
RadPropertyGridElement
Gets the property grid element.
Declaration
public PropertyGridTableElement RadPropertyGridElement { get; }
Property Value
|
PropertyGridTableElement
The tree view. |
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
public virtual void Dispose()
Implements
GetItems()
Gets the items.
Declaration
public abstract IList<PropertyGridItem> GetItems()
Returns
|
System.Collections.Generic.IList<PropertyGridItem>
|
Reset()
Resets this instance.
Declaration
public virtual void Reset()
ResumeUpdate()
Resumes the update.
Declaration
public virtual void ResumeUpdate()
SetCurrent(PropertyGridItem)
Sets the current.
Declaration
public virtual void SetCurrent(PropertyGridItem item)
Parameters
|
PropertyGridItem
item
The item. |
SuspendUpdate()
Suspends the update.
Declaration
public virtual void SuspendUpdate()