Skip to main content
Tab

FileManagerToolbarItemStyle Class

Defines style settings for toolbar items.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class FileManagerToolbarItemStyle :
    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.

See Also