FileManagerToolbarStyle Class
In This Article
Defines style settings for a toolbar.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class FileManagerToolbarStyle :
FileManagerPanelStyle
#Related API Members
The following members return FileManagerToolbarStyle objects:
#Remarks
The FileManagerToolbarStyle class contains settings that define the appearance of the toolbar within the ASPxFileManager control.
An object of the FileManagerToolbarStyle type can be accessed via the FileManagerStyles.Toolbar property.
#Inheritance
Object
MarshalByRefObject
Component
Style
AppearanceStyleBase
FileManagerPanelStyle
FileManagerToolbarStyle
See Also