Name | Description | |
---|---|---|
GridRow Constructor | Initializes a new instance of the GridRow class. |
The following tables list the members exposed by GridRow.
Name | Description | |
---|---|---|
GridRow Constructor | Initializes a new instance of the GridRow class. |
Name | Description | |
---|---|---|
ActualHeight | ||
ActualVisible | Gets a value indicating whether the row is visible. The row could be collapsed either because the IsVisible was set to false or the Parent is collapsed. | |
AllowDragging | ||
AllowMerging | Gets or sets a value that indicates whether cells in this row can be merged. | |
AllowResizing | Gets or sets a value indicating whether this row can be resized. | |
BackgroundColor | ||
DataItem | Gets the data item. | |
Grid | Gets the grid containing this row. | |
HeaderBackgroundColor | ||
HeaderTextColor | ||
Height | Gets or sets the height of the row. | |
Index | Gets the index of the row inside the collection of rows of the associated FlexGrid. (Inherited from C1.Android.Grid.GridRowCol) | |
IsAutoGenerated | (Inherited from C1.Android.Grid.GridRowCol) | |
IsReadOnly | Gets or sets a value indicating whether this row is read only. | |
IsVisible | Gets or sets a value indicating whether the row is visible and not collapsed. | |
Level | Gets or sets the nesting level inside a group. This is zero if no grouping is used. | |
MaxHeight | Gets or sets the maximum height of the row. | |
MinHeight | Gets or sets the minimum height of the row. | |
Parent | Gets the parent group row. | |
TextColor | ||
WordWrap |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. (Inherited from C1.Android.Grid.GridRowCol) | |
PropertyChanging | (Inherited from C1.Android.Grid.GridRowCol) |