Class GridStylesInfo
Class that contains information about css classes for grid
Inheritance
System.Object
GridStylesInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0Syntax
public class GridStylesInfo
Constructors
GridStylesInfo()
Declaration
public GridStylesInfo()
GridStylesInfo(String, String, String, String, String)
Declaration
public GridStylesInfo(string HeaderCssClass, string GridCssClass, string FooterCssClass, string HeaderInnerCssClass, string GridInnerCssClass)
Parameters
Type | Name | Description |
---|---|---|
System.String | HeaderCssClass | |
System.String | GridCssClass | |
System.String | FooterCssClass | |
System.String | HeaderInnerCssClass | |
System.String | GridInnerCssClass |
GridStylesInfo(String, String, String, String, String, String)
Declaration
public GridStylesInfo(string HeaderCssClass, string GridCssClass, string FooterCssClass, string HeaderInnerCssClass, string GridInnerCssClass, string GridSelectedRowCssClass)
Parameters
Type | Name | Description |
---|---|---|
System.String | HeaderCssClass | |
System.String | GridCssClass | |
System.String | FooterCssClass | |
System.String | HeaderInnerCssClass | |
System.String | GridInnerCssClass | |
System.String | GridSelectedRowCssClass |
Properties
FooterCssClass
Gets or sets the footer CSS class.
Declaration
public string FooterCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The footer CSS class. |
GridCssClass
Gets or sets the grid CSS class.
Declaration
public string GridCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The grid CSS class. |
GridInnerCssClass
Gets or sets the grid inner CSS class.
Declaration
public string GridInnerCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The grid inner CSS class. |
GridSelectedRowCssClass
Gets or sets the grid selected row CSS class.
Declaration
public string GridSelectedRowCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The grid selected row CSS class. |
HeaderCssClass
Gets or sets the header CSS class.
Declaration
public string HeaderCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The header CSS class. |
HeaderInnerCssClass
Gets or sets the header inner CSS class.
Declaration
public string HeaderInnerCssClass { get; set; }
Property Value
Type | Description |
---|---|
System.String | The header inner CSS class. |