Class
PropertyGridItemProvider

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.UI.dll

Syntax:

cs-api-definition
public abstract class PropertyGridItemProvider : IDisposable

Inheritance: objectPropertyGridItemProvider

Implements: IDisposable

Constructors

PropertyGridItemProvider(PropertyGridTableElement)

Declaration

cs-api-definition
public PropertyGridItemProvider(PropertyGridTableElement propertyGridElement)

Parameters

propertyGridElement

PropertyGridTableElement

Properties

IsSuspended

Gets a value indicating whether this instance is suspended.

Declaration

cs-api-definition
public bool IsSuspended { get; }

Property Value

bool

true if this instance is suspended; otherwise, false.

RadPropertyGridElement

Gets the property grid element.

Declaration

cs-api-definition
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

cs-api-definition
public virtual void Dispose()

Implements IDisposable.Dispose()

GetItems()

Gets the items.

Declaration

cs-api-definition
public abstract IList<PropertyGridItem> GetItems()

Returns

IList<PropertyGridItem>

Reset()

Resets this instance.

Declaration

cs-api-definition
public virtual void Reset()

ResumeUpdate()

Resumes the update.

Declaration

cs-api-definition
public virtual void ResumeUpdate()

SetCurrent(PropertyGridItem)

Sets the current.

Declaration

cs-api-definition
public virtual void SetCurrent(PropertyGridItem item)

Parameters

item

PropertyGridItem

The item.

SuspendUpdate()

Suspends the update.

Declaration

cs-api-definition
public virtual void SuspendUpdate()