Back to Devexpress

FileManagerToolbarItemStyle Class

aspnet-devexpress-dot-web-890bfe2d.md

latest2.6 KB
Original Source

FileManagerToolbarItemStyle Class

Defines style settings for toolbar items.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class FileManagerToolbarItemStyle :
    MenuItemStyle
vb
Public Class FileManagerToolbarItemStyle
    Inherits MenuItemStyle

The following members return FileManagerToolbarItemStyle objects:

Remarks

The FileManagerToolbarItemStyle class contains settings that define the appearance of toolbar items within the ASPxFileManager control.

An object of the FileManagerToolbarItemStyle type can be accessed via the FileManagerStyles.ToolbarItem property.

Implements

IComponent

IDisposable

IStateManager

Inheritance

Object MarshalByRefObject Component Style AppearanceStyleBase AppearanceStyle AppearanceItemStyle MenuItemStyleBase MenuItemStyle FileManagerToolbarItemStyle

See Also

FileManagerToolbarItemStyle Members

File Manager

DevExpress.Web Namespace