IRootGridEntry Interface

Definition

Defines methods and a property that allow filtering on specific attributes.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IRootGridEntry
public interface IRootGridEntry
type IRootGridEntry = interface
Public Interface IRootGridEntry

Remarks

The IRootGridEntry is used internally by the PropertyGrid control to display the property values.

Properties

BrowsableAttributes

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets or sets the attributes on which the property browser filters.

Methods

ResetBrowsableAttributes()

This API supports the product infrastructure and is not intended to be used directly from your code.

Resets the BrowsableAttributes property to the default value.

ShowCategories(Boolean)

This API supports the product infrastructure and is not intended to be used directly from your code.

Sorts the properties in the property browser.

Applies to