GridGroupRow Class Reference

Inherits from GridRow : GridRowCol : NSObject
Declared in GridGroupRow.h

Overview

Class GridGroupRow.

  level

Gets or sets the hierarchical level of the group associated with this GridGroupRow.

@property (nonatomic) NSUInteger level

Discussion

Gets or sets the hierarchical level of the group associated with this GridGroupRow.

Declared In

GridGroupRow.h

  hasChildren

Gets a value that indicates whether this group row has child rows.

@property (readonly) BOOL hasChildren

Discussion

Gets a value that indicates whether this group row has child rows.

Declared In

GridGroupRow.h

  isCollapsed

Gets or sets a value that indicates whether this group row is collapsed (child rows are hidden) or expanded (child rows are visible).

@property (nonatomic) BOOL isCollapsed

Discussion

Gets or sets a value that indicates whether this group row is collapsed (child rows are hidden) or expanded (child rows are visible).

Declared In

GridGroupRow.h

  cellRange

Gets a CellRange object that contains all the rows in the group represented by this GridGroupRow and all columns in the grid.

@property (readonly) GridCellRange *cellRange

Discussion

Gets a CellRange object that contains all the rows in the group represented by this GridGroupRow and all columns in the grid.

Declared In

GridGroupRow.h

  renderSize

Gets the render size of this group row.

@property (readonly) int renderSize

Discussion

Gets the render size of this group row.

Declared In

GridGroupRow.h

– init

Initialize an object for GridGroupRow.

- (id _Nonnull)init

Return Value

an object for GridGroupRow.

Discussion

Initialize an object for GridGroupRow.

Declared In

GridGroupRow.h