C

LayoutGridCellDescriptor

This class represents cells of a layoutGrid structure.
Inheritance Hierarchy

Remarks

This class cannot be instantiated

See Also

Developer's Guide

API

layoutGrid

Members

No filters for this type

Properties

Gets an collection of elements of type LayoutGridCell.
Each pair consists of a column and a row defining a single LayoutGridCellDescriptor.
A LayoutGridCellDescriptor that covers more than one cell can only be assigned to group nodes.
readonlyfinal

Property Value

A IEnumerable<T> of elements of type LayoutGridCell
Gets the first column associated with this LayoutGridCellDescriptor.
readonlyfinal

Property Value

The first column associated with this LayoutGridCellDescriptor.
Whether this cell is dynamic.
Dynamic cells have no specific position in the layoutGrid but their position is determined automatically by the algorithm like the TabularLayout does.
readonlyfinal
Gets whether or not this LayoutGridCellDescriptor represents a multi-cell, i.e., a cell spanning multiple rows/columns.

Property Value

true if this LayoutGridCellDescriptor represents a multi-cell, false otherwise
The LayoutGrid this cell is associated with.
readonlyfinal
Gets the first row associated with this LayoutGridCellDescriptor.
readonlyfinal

Property Value

The first row associated with this LayoutGridCellDescriptor.

Methods

Compares this LayoutGridCellDescriptor instance with a given other LayoutGridCellDescriptor instance.
final

Parameters

o: any
the given LayoutGridCellDescriptor instance

Return Value

boolean
true if the two objects are equal, false otherwise
Returns the hash code value for this LayoutGridCellDescriptor instance.
final

Return Value

number
The hash code value for this LayoutGridCellDescriptor instance.