Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public object DataSource { get; set; }

Property Value

Type Description
Object

An Object object that is a data source.

See Also