AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ToolControlBaseControl..::..ToolBarLocation Property

Overrideable property to set the relative path location for a custom user control that inherits from ToolActions

Namespace:  AdvantageCMS.Core.Admin.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public virtual string ToolBarLocation { get; }

Field Value

The tool bar location.

Examples


Override to provide a custom toolbar user control instead of the default ObjectDataToolBar.ascx.
C#
public override string ToolBarLocation => "~/MyTenant/ClientAdmin/Controls/CustomToolBar.ascx";