FileManagerStyles.ToolbarItem Property
In This Article
Gets the style settings that define the appearance of toolbar items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public FileManagerToolbarItemStyle ToolbarItem { get; }
#Property Value
Type | Description |
---|---|
File |
A File |
#Remarks
The ToolbarItem property provides access to the style settings, defining the appearance style of toolbar items within the current ASPxFileManager control.
See Also