Skip to main content
Tab

FileManagerStyles.ToolbarItem Property

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
FileManagerToolbarItemStyle

A FileManagerToolbarItemStyle object that contains the style settings.

#Remarks

The ToolbarItem property provides access to the style settings, defining the appearance style of toolbar items within the current ASPxFileManager control.

See Also