API Reference
Enum
ControlBarLayoutMode
Layout strategies for TablerControlBar.
Inheritance
- Enum
- ControlBarLayoutMode
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 ControlBarLayoutMode Auto #Picks the most suitable layout based on which sections are present.
Value:
0public const ControlBarLayoutMode Inline #Keeps the bar on a single row until responsive fallback stacks it.
Value:
1public const ControlBarLayoutMode Split #Places fields on the first row and side groups on the second row.
Value:
2