FileManagerStyles.FileContainer Property
Gets the style settings that define the appearance of the file container.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public FileManagerFileContainerStyle FileContainer { get; }
Public ReadOnly Property FileContainer As FileManagerFileContainerStyle
Property Value
Type | Description |
---|---|
FileManagerFileContainerStyle | A FileManagerFileContainerStyle object that contains style settings. |
Available values:
Name | Description |
---|---|
FileManagerFileContainerStyle() | Initializes a new instance of the FileManagerFileContainerStyle class with default settings. |
See Also
Feedback