Show / Hide Table of Contents

Class AppsDynamiteStorageGrid

Represents a Grid widget that displays items in a configurable grid layout.

Inheritance
object
AppsDynamiteStorageGrid
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudSearch.v1.Data
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class AppsDynamiteStorageGrid : IDirectResponseSchema

Properties

BorderStyle

The border style to apply to each grid item.

Declaration
[JsonProperty("borderStyle")]
public virtual AppsDynamiteStorageBorderStyle BorderStyle { get; set; }
Property Value
Type Description
AppsDynamiteStorageBorderStyle

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
int?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Items

The items to display in the grid.

Declaration
[JsonProperty("items")]
public virtual IList<AppsDynamiteStorageGridGridItem> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<T><AppsDynamiteStorageGridGridItem>

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 AppsDynamiteStorageOnClick OnClick { get; set; }
Property Value
Type Description
AppsDynamiteStorageOnClick

Title

The text that displays in the grid header.

Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX