Skip to main content
Version: 3.5

GridItem

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Implements one row in a PropertyGrid.

public class GridItem

Properties

Instance memberCellRenderer

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

Instance memberExpandable

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

Instance memberExpanded

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

Throws:

Instance memberGridItems

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

Instance memberGridItemType

GridItemType: Returns the type of this GridItem.

Instance memberHasUserData

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

Instance memberLabel

String: Returns the text of this GridItem.

Instance memberParent

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

Instance memberPropertyDescriptor

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

Instance memberTag

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

Instance memberUserData

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

Instance memberValue

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

Methods

Instance memberSelect()

Selects this GridItem in the PropertyGrid.

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