Back to Devexpress

FileManagerFileContainerStyle Class

aspnet-devexpress-dot-web-7f5663c3.md

latest2.4 KB
Original Source

FileManagerFileContainerStyle Class

Defines style settings for a file container.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerFileContainerStyle :
    FileManagerContainerStyleBase
vb
Public Class FileManagerFileContainerStyle
    Inherits FileManagerContainerStyleBase

The following members return FileManagerFileContainerStyle objects:

Remarks

The FileManagerFileContainerStyle class contains settings that define the appearance of the file container within the ASPxFileManager control.

An object of the FileManagerFileContainerStyle type can be accessed via the FileManagerStyles.FileContainer property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle SplitterStyle SplitterPaneStyle FileManagerContainerStyleBase FileManagerFileContainerStyle

See Also

FileManagerFileContainerStyle Members

File Manager

DevExpress.Web Namespace