API Reference
Enum
TablerEntityCollectionPreset
Named display presets for TablerEntityCollection so one setting can steer spacing, default view, and action density together.
Inheritance
- Enum
- TablerEntityCollectionPreset
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 TablerEntityCollectionPreset.Balanced
- Field TablerEntityCollectionPreset.CardBrowse
- Field TablerEntityCollectionPreset.Cards
- Field TablerEntityCollectionPreset.Compact
- Field TablerEntityCollectionPreset.CompactDashboard
- Field TablerEntityCollectionPreset.Review
- Field TablerEntityCollectionPreset.ReviewWorkspace
Accepted by parameters
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const TablerEntityCollectionPreset Balanced #Balanced table-first presentation suitable for general collections.
Value:
0public const TablerEntityCollectionPreset Compact #Denser presentation with quieter table actions and tighter cards.
Value:
1public const TablerEntityCollectionPreset CompactDashboard #EditorBrowsable(2)Legacy name for Compact.
Value:
1public const TablerEntityCollectionPreset Review #Roomier review-first presentation with more visible table signal and link-plus-menu actions.
Value:
2public const TablerEntityCollectionPreset ReviewWorkspace #EditorBrowsable(2)Legacy name for Review.
Value:
2public const TablerEntityCollectionPreset Cards #Cards-first presentation for browsing service, customer, or asset records visually.
Value:
3public const TablerEntityCollectionPreset CardBrowse #EditorBrowsable(2)Legacy name for Cards.
Value:
3