API Reference
TablerDashboardShowcaseFramePreset
Built-in dashboard presentation frame styles.
Inheritance
- Enum
- TablerDashboardShowcaseFramePreset
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Field TablerDashboardShowcaseFramePreset.AnalyticsCanvas
- Field TablerDashboardShowcaseFramePreset.BrowserChrome
- Field TablerDashboardShowcaseFramePreset.ConnectedGrid
- Field TablerDashboardShowcaseFramePreset.DarkAppShell
- Field TablerDashboardShowcaseFramePreset.OperationalSaas
- Field TablerDashboardShowcaseFramePreset.ProductWorkspace
- Field TablerDashboardShowcaseFramePreset.SplitWorkspace
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Int32Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #StringObsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const TablerDashboardShowcaseFramePreset BrowserChrome #Neutral browser chrome around a scrollable dashboard viewport.
0public const TablerDashboardShowcaseFramePreset DarkAppShell #Dark app-shell frame for finance, staking, monitoring, and command-center previews.
1public const TablerDashboardShowcaseFramePreset SplitWorkspace #Split workspace frame for dashboards that emphasize a main work area plus a right rail.
2public const TablerDashboardShowcaseFramePreset OperationalSaas #Plain operational SaaS frame for white-shell dashboards, side navigation, dense filters, and repeated work cards.
3public const TablerDashboardShowcaseFramePreset AnalyticsCanvas #Clean white analytics canvas with a subtle grid backdrop for KPI tiles and chart-heavy previews.
4public const TablerDashboardShowcaseFramePreset ProductWorkspace #Product-style workspace frame for side-navigation and timeline previews.
5public const TablerDashboardShowcaseFramePreset ConnectedGrid #Edge-to-edge dashboard frame for tiled KPI surfaces where cells share borders instead of gutters.
6