API Reference / TableButtonCsvOptionAPI ReferenceClass TableButtonCsvOptionEdit on GitHubNamespace HtmlForgeX.DslOptions.TablesAssembly HtmlForgeXSource Containers/ChartJs/ChartJsTitle.cs:102Base TableOptionModifiers sealedCSV export button configuration.InheritanceTableOptionTableButtonCsvOptionFilter membersAll (8) Constructors (1) Methods (4) Properties (3)Show inherited Expand all Collapse all ResetConstructorspublic TableButtonCsvOption() #Inherited 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 String Text { get; set; } #DslOptions/Tables/DataTablesDslOptions.cs:247Button label text.public String Title { get; set; } #DslOptions/Tables/DataTablesDslOptions.cs:249Tooltip/title shown by the export button.public String FileName { get; set; } #DslOptions/Tables/DataTablesDslOptions.cs:251Optional export file name.