AxpDataGrid

AxpDataGrid.ExcelFileName Property

The name given to the Excel file when exporting to Excel. Do not include any file extensions.

[Visual Basic]
Public Property ExcelFileName As String
[C#]
public string ExcelFileName {get; set;}

Property Value

The name given to the Excel file when exporting to Excel. Do not include any file extensions. Default is "DataExport", resulting in the file name DataExport.xls.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace