Back to Devexpress

ASPxFileManager.DataSource Property

aspnet-devexpress-dot-web-dot-aspxfilemanager-3158cba4.md

latest1.2 KB
Original Source

ASPxFileManager.DataSource Property

Gets or sets the object from which the data-bound file manager retrieves its list of items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public override object DataSource { get; set; }
vb
Public Overrides Property DataSource As Object

Property Value

TypeDescription
Object

An object that is the data source from which the data-bound control retrieves its data.

|

See Also

DataSourceID

File Manager

ASPxFileManager Class

ASPxFileManager Members

DevExpress.Web Namespace