Skip to main content
Version: 4.1

GridItem

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Implements one row in a PropertyGrid.

public class GridItem : IUserData

Properties

Instance member CellRenderer

String: Name of the JavaScript call used to render the cell.

Instance member Expandable

Boolean: Return whether the specified property is expandable to show nested properties.

Instance member Expanded

Boolean: Returns or sets whether the GridItem is in an expanded state.

Throws:

Instance member GridItems

GridItemCollection: Returns the collection of GridItem objects, if any, associated as a child of this GridItem.

Instance member GridItemType

GridItemType: Returns the type of this GridItem.

Instance member HasUserData

Boolean: Checks if the UserData dynamic object was created and has any value.

Instance member Label

String: Returns the text of this GridItem.

Instance member Parent

GridItem: Returns the parent GridItem of this GridItem, if any.

Instance member PropertyDescriptor

PropertyDescriptor: Returns the PropertyDescriptor that is associated with this GridItem.

Instance member Tag

Object: Returns or sets user-defined data about the GridItem. (Default: null)

Instance member UserData

Object: Returns a dynamic object that can be used to store custom data in relation to this control.

Instance member Value

Object: Returns or sets the current value of this GridItem.

Methods

Instance member Select()

Selects this GridItem in the PropertyGrid.

Returns: Boolean. true if the selection is successful; otherwise, false.

Implements

NameDescription
IUserDataProvides access to the UserData and Tag properties associated to the component implementing this interface.