GridItem

Wisej.Web.GridItem

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Implements one row in a PropertyGrid.

public class GridItem

Properties

CellRenderer

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

Expandable

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

Expanded

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

Throws:

GridItems

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

GridItemType

GridItemType: Returns the type of this GridItem.

HasUserData

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

Label

String: Returns the text of this GridItem.

Parent

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

PropertyDescriptor

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

Tag

Object: Returns or sets user-defined data about the GridItem.

UserData

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

Value

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

Methods

Select()

Selects this GridItem in the PropertyGrid.

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

Last updated