API Reference
Enum
DataTablesTableBackgroundStyle
Controls how strongly the table body/background is surfaced inside a DataTables shell.
Inheritance
- Enum
- DataTablesTableBackgroundStyle
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const DataTablesTableBackgroundStyle Transparent #Keep the inner table almost transparent.
Value:
1public const DataTablesTableBackgroundStyle Soft #Apply a soft neutral background to the inner table.
Value:
2public const DataTablesTableBackgroundStyle Tinted #Apply a light accent tint to the inner table.
Value:
3