| GridExportSettingsFileName Property  | 
          
        
        
        
            The file name that will be created(excluding the extension), the file extension will be added automatically when calling the method.
            
         
        Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic string FileName { get; set; }Public Property FileName As String
	Get
	Set
public:
property String^ FileName {
	String^ get ();
	void set (String^ value);
}member FileName : string with get, set
Property Value
Type: 
String
See Also