MVCxSpreadsheet.DownloadRouteValues Property
OBSOLETE
This property is not used any longer.
This member supports the internal infrastructure and is not intended to be used directly from your code.
To set up the extension routing logic, use the SpreadsheetSettings.DownloadRouteValues property at the extension settings level.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
Declaration
[Obsolete("This property is not used any longer.")]
public object DownloadRouteValues { get; set; }
Property Value
Type | Description |
---|---|
Object | An object containing the Controller and Action names. |
Remarks
For internal use only.
See Also