Share via


GridSerializer.GridRowStyleIdColumnName Property

Gets or sets a value specifying the ColumnName in the external source table that contains the style IDs for the cells in a given row. Must be specified if using grid row styles and the ColumnName for the DataColumn containing these values does not equal the value in the constant DefaultGridRowStyleIdColumnName.

Namespace:  Microsoft.SharePoint.JSGrid
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property GridRowStyleIdColumnName As String
    Get
    Set
'Usage
Dim instance As GridSerializer
Dim value As String

value = instance.GridRowStyleIdColumnName

instance.GridRowStyleIdColumnName = value
public string GridRowStyleIdColumnName { get; set; }

Property Value

Type: System.String
A String identifying the column.

See Also

Reference

GridSerializer Class

GridSerializer Members

Microsoft.SharePoint.JSGrid Namespace