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.
Gets an collection of elements of type LayoutGridCell.
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.
Gets the first column associated with this LayoutGridCellDescriptor.
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.
Gets whether or not this LayoutGridCellDescriptor represents a multi-cell, i.e., a cell spanning multiple rows/columns.
This means that it was created using createCellSpanDescriptor, createCellSpanDescriptor, createCellSpanDescriptor, createColumnSpanDescriptor or createRowSpanDescriptor.
readonlyfinal
Property Value
The LayoutGrid this cell is associated with.
The LayoutGrid this cell is associated with.
readonlyfinal
Gets the first row associated with this LayoutGridCellDescriptor.
Gets the first row associated with this LayoutGridCellDescriptor.
Methods
Compares this LayoutGridCellDescriptor instance with a given other LayoutGridCellDescriptor instance.
Compares this LayoutGridCellDescriptor instance with a given other LayoutGridCellDescriptor instance.
final
Parameters
- o: any
- the given LayoutGridCellDescriptor instance
Return Value
- boolean
trueif the two objects are equal,falseotherwise
Returns the hash code value for this LayoutGridCellDescriptor instance.
Returns the hash code value for this LayoutGridCellDescriptor instance.