GridField.DefaultCellStyleId Property
Gets or sets a value specifying the default cell style of cells appearing in the GridColumn associated with this GridField.
Namespace: Microsoft.SharePoint.JSGrid
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property DefaultCellStyleId As Object
Get
Set
'Usage
Dim instance As GridField
Dim value As Object
value = instance.DefaultCellStyleId
instance.DefaultCellStyleId = value
public Object DefaultCellStyleId { get; set; }
Property Value
Type: System.Object
An Object representing the default cell style ID.