API Reference
Enum
DataTablesPageLengthPlacement
Controls where the native DataTables page-length selector is rendered.
Inheritance
- Enum
- DataTablesPageLengthPlacement
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 DataTablesPageLengthPlacement Top #Render the page-length selector above the table.
Value:
1public const DataTablesPageLengthPlacement Bottom #Render the page-length selector below the table.
Value:
2public const DataTablesPageLengthPlacement Both #Render the page-length selector above and below the table.
Value:
3