API Reference / TablePagingOptionAPI ReferenceClass TablePagingOptionEdit on GitHubNamespace HtmlForgeX.DslOptions.TablesAssembly HtmlForgeXSource DslOptions/Tables/DataTablesDslOptions.cs:81Base TableOptionModifiers sealedConfigures paging behavior.InheritanceTableOptionTablePagingOptionFilter membersAll (8) Constructors (1) Methods (4) Properties (3)Show inherited Expand all Collapse all ResetConstructorspublic TablePagingOption() #DslOptions/Tables/DataTablesDslOptions.cs:81Inherited Methodspublic override Boolean Equals(Object obj) #Containers/ChartJs/ChartJsTooltip.cs:15Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Containers/ChartJs/ChartJsTooltip.cs:23Returns: Int32Inherited from Objectpublic Type GetType() #Containers/ChartJs/ChartJsTitle.cs:102Returns: TypeInherited from Objectpublic override String ToString() #Returns: StringInherited from ObjectPropertiespublic Boolean Enable { get; set; } #DslOptions/Tables/DataTablesDslOptions.cs:81Whether paging is enabled.public Int32 PageLength { get; set; } #DslOptions/Tables/DataTablesDslOptions.cs:83Default page length when paging is enabled.public Int32[] LengthMenu { get; set; } #DslOptions/Tables/DataTablesDslOptions.cs:85Optional page length menu values.