Class ThemeConstants.Grid.Size
A static class whose members denote predefined sizes for the Telerik Grid component.
Inheritance
System.Object
ThemeConstants.Grid.Size
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public static class Size : Object
Fields
Medium
Declaration
public const string Medium = "md"
Field Value
System.String
|
Small
Declaration
public const string Small = "sm"
Field Value
System.String
|