Represents a lane grid.
The following tables list the members exposed by the Grid type.
Name | Description | |
---|---|---|
Initializes a new instance of the Grid class. For internal use only. |
Name | Description | |
---|---|---|
Gets or sets a value indicating whether grid cells' text can be edited interactively. |
||
Gets or sets a value indicating whether users can resize the headers of the grid interactively. |
||
Gets or sets the number of columns in the grid. |
||
Returns the bounding rectangle of all column headers. |
||
Gets the collection of topmost column headers. |
||
Gets or sets an array of numbers specifying the heights of individual column levels. |
||
Gets or sets a value indicating whether lane headers appear at the top of the z-order above all diagram items. |
||
Gets or sets a value indicating whether headers will be anchored to their corresponding side. |
||
Gets or sets the offset of the lane grid from left side of diagram's bounds. |
||
Gets or sets the minimum size of a header. |
||
Gets or sets the number of rows in the grid. |
||
Returns the bounding rectangle of all row headers. |
||
Gets the collection of topmost row headers. |
||
Gets or sets an array of numbers specifying the widths of individual row levels. |
||
Gets the default style of the grid. |
||
Gets or sets the style of the area above all row headers and to the left of all column headers. |
||
Gets or sets the text displayed in the top left area. |
||
Gets or sets the offset of the lane grid from top side of diagram's bounds. |
||
Gets the total height of all column headers. |
||
Gets the total width of all row headers. |
Name | Description | |
---|---|---|
Adds the specified header to the grid as a new column header. |
||
Adds the specified header to the grid as a new row header. |
||
Finds the first column whose header caption matches the specified string. |
||
Finds the first row whose header caption matches the specified string. |
||
Gets the cell or the cluster of cells corresponding to the specified row and column. |
||
Returns the bounding rectangle of the specified cell. |
||
Returns the column index of the specified cell. |
||
Gets the cell located at the specified point. |
||
Returns the row index of the specified cell. |
||
Returns the column header with the specified index from the bottommost column header level. |
||
Gets the number of levels of the column headers. |
||
Returns the 0-based index of the specified column. Only works for bottommost headers. If the specified column is a group header, returns -1. |
||
Returns the bounding rectangle of the specified header. |
||
Gets the Header that is located at the specified point. |
||
Returns the row header with the specified index from the bottommost row header level. |
||
Gets the number of levels of the row headers. |
||
Returns the 0-based index of the specified row. Only works for bottommost headers. If the specified row is a group header, returns -1; |
||
Deserializes the lane grid from the specified XML element. |
||
Removes the specified column header and all of its associated cells from the grid. |
||
Removes the specified row header and all of its associated cells from the grid. |
||
Serializes the lane grid to the specified XML element. |