Skip to main content
A newer version of this page is available. .

MVCxDataSourceFileSystemProvider.DataSource Property

Gets or sets the object from which the MVCxDataSourceFileSystemProvider file system provider obtains the file system information.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v19.2.dll

Declaration

public object DataSource { get; set; }

Property Value

Type Description
Object

An Object object that is a data source.

See Also