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 behavior.
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).Link
The button will be rendered as a link but will appear as a regular button.
Cursor
Defines the mouse cursor.
Default
Default behavior, 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 behavior).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
DataGridSortMode
Single
The data grid can only be sorted by one column at a time.Multiple
The data grid can sorted by multiple columns.
TextAlignment
Defines the alignment of an text within element.
None
No alignment will be applied.Start
Aligns the text to the left.Center
Centers the text.End
Aligns the text to the right.Justified
Stretches the lines so that each line has equal width.
TextTransform
Defines the text transformation.
None
No capitalization. The text renders as it is. This is default.Lowercase
Transforms all characters to lowercase.Uppercase
Transforms all characters to uppercase.Capitalize
Transforms the first character of each word to uppercase.
TextWeight
Defines the text weight.
None
No weight will be applied.Normal
Defines normal characters. This is default.Bold
Defines thick characters.Light
Defines lighter characters.
HeadingSize
Defines the heading size.
Is1
Heading 1Is2
Heading 2Is3
Heading 3Is4
Heading 4Is5
Heading 5Is6
Heading 6
DisplayHeadingSize
Defines the display heading size.
Is1
Heading 1Is2
Heading 2Is3
Heading 3Is4
Heading 4
SortDirection
Specifies the direction of a sort operation.
None
No sorting will be applied.Ascending
Sorts in ascending order.Descending
Sorts in descending order.
DividerType
Specifies divider variants.
Solid
Dashed
Dotted
TextContent
TabPosition
Specifies divider variants.
Top
Top side.Bottom
Bottom side.Left
Left side.Right
Right side.
BreadcrumbMode
Defines the breadcrumb activation mode.
None
No activation will be applied.Auto
Breadcrumb items will be activated based on current navigation.
IconStyle
Solid
Regular
Light
DuoTone
SnackbarLocation
None
Default behavior.Left
Show the snackbar on the left side of the screen.Right
Show the snackbar on the right side of the screen.
ValidationMode
Defines the validation execution mode.
Auto
Validation will execute on every input change.Manual
Validation will run only when explicitly called.
BarMode
Defines the style of Bar
component
Horizontal
- top barVerticalPopout
- sidebar with popoutBarDropdown
menusVerticalInline
- sidebar with inlineBarDropdown
menusVerticalSmall
- sidebar with icons only, and popoutBarDropdown
menus
BarCollapseMode
Defines the Bar
state when collapsed (only works with Vertical
bar modes)
Hide
- collapses to be completely hiddenSmall
- collapse to behave likeBarMode.VerticalSmall
Target
The target attribute specifies where to open the linked document.
None
- No target will be applied. Usually this is the same asSelf
.Self
- Opens the linked document in the same frame as it was clicked (this is default)Blank
- Opens the linked document in a new window or tab.Parent
- Opens the linked document in the parent frame.Top
- Opens the linked document in the full body of the window.