ClassPropertyGridItemProvider
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public abstract class PropertyGridItemProvider : IDisposable
Inheritance: objectPropertyGridItemProvider
Implements:
Constructors
PropertyGridItemProvider(PropertyGridTableElement)
Declaration
cs-api-definition
public PropertyGridItemProvider(PropertyGridTableElement propertyGridElement)
Parameters
propertyGridElement
Properties
IsSuspended
Gets a value indicating whether this instance is suspended.
Declaration
cs-api-definition
public bool IsSuspended { get; }
Property Value
true if this instance is suspended; otherwise, false.
RadPropertyGridElement
Gets the property grid element.
Declaration
cs-api-definition
public PropertyGridTableElement RadPropertyGridElement { get; }
Property Value
The tree view.
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Declaration
cs-api-definition
public virtual void Dispose()
Implements
GetItems()
Gets the items.
Declaration
cs-api-definition
public abstract IList<PropertyGridItem> GetItems()
Returns
IList<PropertyGridItem>
SetCurrent(PropertyGridItem)
Sets the current.
Declaration
cs-api-definition
public virtual void SetCurrent(PropertyGridItem item)
Parameters
item
The item.
SuspendUpdate()
Suspends the update.
Declaration
cs-api-definition
public virtual void SuspendUpdate()