FileManagerStyles.ToolbarItem Property
Gets the style settings that define the appearance of toolbar items.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v20.2.dll
Declaration
public FileManagerToolbarItemStyle ToolbarItem { get; }
Public ReadOnly Property ToolbarItem As FileManagerToolbarItemStyle
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
Feedback