Search
Grid Properties
 


 Public Properties

  Name Description

allowInplaceEdit

Gets or sets a value indicating whether grid cells' text can be edited interactively.

allowResizeHeaders

Gets or sets a value indicating whether users can resize the headers of the grid interactively.

columnCount

Gets or sets the number of columns in the grid.

columnHeaderBounds

Returns the bounding rectangle of all column headers.

columnHeaders

Gets the collection of topmost column headers.

columnHeadersHeights

Gets or sets an array of numbers specifying the heights of individual column levels.

headersOnTop

Gets or sets a value indicating whether lane headers appear at the top of the z-order above all diagram items.

hookHeaders

Gets or sets a value indicating whether headers will be anchored to their corresponding side.

leftMargin

Gets or sets the offset of the lane grid from left side of diagram's bounds.

minHeaderSize

Gets or sets the minimum size of a header.

rowCount

Gets or sets the number of rows in the grid.

rowHeaderBounds

Returns the bounding rectangle of all row headers.

rowHeaders

Gets the collection of topmost row headers.

rowHeadersWidths

Gets or sets an array of numbers specifying the widths of individual row levels.

style

Gets the default style of the grid.

topLeftAreaStyle

Gets or sets the style of the area above all row headers and to the left of all column headers.

topLeftAreaText

Gets or sets the text displayed in the top left area.

topMargin

Gets or sets the offset of the lane grid from top side of diagram's bounds.

totalColumnHeight

Gets the total height of all column headers.

totalRowWidth

Gets the total width of all row headers.

 See Also