FileManagerToolbarItemStyle Class
In This Article
Defines style settings for toolbar items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class FileManagerToolbarItemStyle :
MenuItemStyle
#Related API Members
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.
#Inheritance
See Also