KaxGridExportSettings Property |
Gets a GridExportSettings object, allowing you to do a exporting operation settings to the grid.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
public GridExportSettings ExportSettings { get; }
<PersistenceModeAttribute(PersistenceMode.InnerProperty)>
Public ReadOnly Property ExportSettings As GridExportSettings
Get
public:
[PersistenceModeAttribute(PersistenceMode::InnerProperty)]
property GridExportSettings^ ExportSettings {
GridExportSettings^ get ();
}
[<PersistenceModeAttribute(PersistenceMode.InnerProperty)>]
member ExportSettings : GridExportSettings with get
Property Value
Type:
GridExportSettings
See Also