API Reference
Enum
TablerDataGridSpacing
Defines spacing values for DataGrid components, allowing fine-grained control over item spacing.
Inheritance
- Enum
- TablerDataGridSpacing
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
Accepted by parameters
- Method DataGridSettings.Spacing
- Method TablerDataGrid.WithSpacing
- Method TablerDataGridItem.WithSpacing
- Extension method TablerDataGridSpacing.GetDescription
- Extension method TablerDataGridSpacing.ToCssValue
- Method TablerDataGridSpacingExtensions.GetDescription
- Method TablerDataGridSpacingExtensions.ToCssValue
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
Extension Methods
public static String GetDescription(TablerDataGridSpacing spacing) #Returns:
StringGets a user-friendly description of the spacing value.
Parameters
- spacing HtmlForgeX.TablerDataGridSpacing
- The spacing enum value.
Returns
Description string.
public static String ToCssValue(TablerDataGridSpacing spacing) #Returns:
StringConverts TablerDataGridSpacing to CSS value.
Parameters
- spacing HtmlForgeX.TablerDataGridSpacing
- The spacing enum value.
Returns
CSS spacing value as string.