[]
Contains the dimensions of a row.
public class GridControlAdapter.RowInfo
Name | Description |
---|---|
RowInfo(GridLength, double, double, bool) | Initializes a new instance of the GridControlAdapter.RowInfo class. |
Name | Description |
---|---|
DesiredHeight | Gets the desired height of the row. |
Height | Gets the height of the row. |
IsVisible | Gets whether the row is visible. |
MaxHeight | Gets the maximum height of the row. |
MinHeight | Gets the minimum height of the row. |
RenderHeight | Gets the render height of the row. |
Name | Description |
---|---|
Equals(object) | Determines whether the specified object, is equal to this instance. |
GetHashCode() | Returns a hash code for this instance. |
Name | Description |
---|---|
operator ==(RowInfo, RowInfo) | Implements the operator ==. |
operator !=(RowInfo, RowInfo) | Implements the operator !=. |