API Reference / TableButtonCsvOptionAPI ReferenceClass TableButtonCsvOptionEdit on GitHubNamespace HtmlForgeX.DslOptions.TablesAssembly HtmlForgeXSource Containers/ChartXkcd/ChartXkcd.cs:94Base 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/ChartXkcd/ChartXkcd.cs:116Returns: BooleanInherited from ObjectParametersobj Object requiredposition: 0public override Int32 GetHashCode() #Containers/ChartXkcd/ChartXkcd.cs:132Returns: Int32Inherited from Objectpublic Type GetType() #Containers/ChartXkcd/ChartXkcd.cs:94Returns: TypeInherited from Objectpublic override String ToString() #Containers/ChartXkcd/ChartXkcd.cs:113Returns: 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.