Class AppsDynamiteSharedGrid
Represents a Grid widget that displays items in a configurable grid layout.
Inheritance
System.Object
AppsDynamiteSharedGrid
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteSharedGrid : IDirectResponseSchema
Properties
BorderStyle
The border style to apply to each grid item.
Declaration
[JsonProperty("borderStyle")]
public virtual AppsDynamiteSharedBorderStyle BorderStyle { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedBorderStyle |
ColumnCount
The number of columns to display in the grid. A default value is used if this field isn't specified, and that default value is different depending on where the grid is shown (dialog versus companion).
Declaration
[JsonProperty("columnCount")]
public virtual int? ColumnCount { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Items
The items to display in the grid.
Declaration
[JsonProperty("items")]
public virtual IList<AppsDynamiteSharedGridGridItem> Items { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<AppsDynamiteSharedGridGridItem> |
OnClick
This callback is reused by each individual grid item, but with the item's identifier and index in the items list added to the callback's parameters.
Declaration
[JsonProperty("onClick")]
public virtual AppsDynamiteSharedOnClick OnClick { get; set; }
Property Value
| Type | Description |
|---|---|
| AppsDynamiteSharedOnClick |
Title
The text that displays in the grid header.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema