oqtane.framework/Oqtane.Client/Themes/ILayoutControl.cs
2019-10-16 14:28:49 -04:00

9 lines
167 B
C#

namespace Oqtane.Themes
{
public interface ILayoutControl
{
string Panes { get; } // identifies all panes in a theme ( delimited by ";" )
}
}