Enums
Breakpoint
Defines the media breakpoint.
None
Undefined.Mobile
Valid on all devices. (extra small)Tablet
Breakpoint on tablets (small).Desktop
Breakpoint on desktop (medium).Widescreen
Breakpoint on widescreen (large).FullHD
Breakpoint on large desktops (extra large).
ThemeContrast
Adjusts the contrast for light or dark themes.
None
Undefined.Light
Adjusts the theme for a light colors.Dark
Adjusts the theme for a dark colors.
Match
Modifies the URL matching behavior for a link.
Prefix
Specifies that the link should be active when it matches any prefix of the current URL.All
Specifies that the link should be active when it matches the entire current URL.
ButtonType
Defines the button type and behaviour.
Button
The button is a clickable button.Submit
The button is a submit button (submits form-data).Reset
The button is a reset button (resets the form-data to its initial values).
Cursor
Defines the mouse cursor.
Default
Default behaviour, nothing will be changed.Pointer
The cursor is a pointer and indicates a link.
Direction
Direction of an dropdown menu.
None
Same asDown
.Down
Trigger dropdown menus bellow an element (default behaviour).Up
Trigger dropdown menus above an element.Right
Trigger dropdown menus to the right of an element.Left
Trigger dropdown menus to the left of an element.
JustifyContent
Aligns the flexible container’s items when the items do not use all available space on the main-axis (horizontally).
None
Sets this property to its default value.Start
Items are positioned at the beginning of the container.End
Items are positioned at the end of the container.Center
Items are positioned at the center of the container.Between
Items are positioned with space between the lines.Around
Items are positioned with space before, between, and after the lines.
Alignment
Defines the alignment of an element.
None
No alignment will be applied.Start
Aligns an element to the left.Center
Aligns an element on the center.End
Aligns an element to the right.
ValidationStatus
Defines the validation results.
None
No validation.Success
Validation has passed the check.Error
Validation has failed.
ChartType
Defines the chart type.
Line
Bar
Pie
Doughnut
PolarArea
Radar
Screenreader
Defines the visibility for screen readers.
Always
Default.Only
Hide an element to all devices except screen readers.OnlyFocusable
Show the element again when it’s focused.
MaskType
Lists values that specify the type of mask used by an editor.
None
Specifies that the mask feature is disabled.Numeric
Specifies that the editor should accept numeric values and that the mask string must use the Numeric format syntax.DateTime
Specifies that the editor should accept date/time values and that the mask string must use the DateTime format syntax.RegEx
Specifies that the mask should be created using full-functional regular expressions.
Placement
Defines the placement of an element.
Top
Top side.Bottom
Bottom side.Left
Left side.Right
Right side.
DataGridFilterMethod
Contains
search for any occurrence (default)StartsWith
search only the beginningEndsWith
search only the endingEquals
search must match the entire valueNotEquals
opposite of Equals