aspnet-devexpress-dot-web-eab2c620.md
Contains a file manager’s fieldname settings.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class FileManagerSettingsDataSource :
FileManagerSettingsBase
Public Class FileManagerSettingsDataSource
Inherits FileManagerSettingsBase
The following members return FileManagerSettingsDataSource objects:
Use the ASPxFileManager.SettingsDataSource property to access the FileManagerSettingsDataSource object.
Note
For a full example, see File Manager - Database Binding or File Manager - Details View demo.
<dx:ASPxFileManager ID="fileManager" runat="server" DataSourceID="ArtsDataSource">
<SettingsDataSource KeyFieldName="Id" ParentKeyFieldName="ParentID" NameFieldName="Name" IsFolderFieldName="IsFolder" FileBinaryContentFieldName="Data" LastWriteTimeFieldName="LastWriteTime" />
...
</dx:ASPxFileManager>
<ef:EntityDataSource ID="ArtsDataSource" runat="server" ContextTypeName="DevExpress.Web.Demos.DataContext" EntitySetName="Arts" StoreOriginalValuesInViewState="false" />
Object StateManager PropertiesBase FileManagerSettingsBase FileManagerSettingsDataSource
See Also