FileManagerSettingsDataSource(IPropertiesOwner) Constructor
Initializes a new instance of the FileManagerSettingsDataSource class.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public FileManagerSettingsDataSource(
IPropertiesOwner owner
)
Public Sub New(
owner As IPropertiesOwner
)
Parameters
Name | Type | Description |
---|---|---|
owner | IPropertiesOwner | An object that implements the IPropertiesOwner interface. |
Remarks
This constructor is automatically called when ASPxFileManager initializes the ASPxFileManager.SettingsDataSource property.
See Also
Feedback