Enums
Breakpoint
Defines the media breakpoint.
- NoneUndefined.
- MobileValid on all devices. (extra small)
- TabletBreakpoint on tablets (small).
- DesktopBreakpoint on desktop (medium).
- WidescreenBreakpoint on widescreen (large).
- FullHDBreakpoint on large desktops (extra large).
ThemeContrast
Adjusts the contrast for light or dark themes.
- NoneUndefined.
- LightAdjusts the theme for a light colors.
- DarkAdjusts the theme for a dark colors.
Match
Modifies the URL matching behavior for a link.
- PrefixSpecifies that the link should be active when it matches any prefix of the current URL.
- AllSpecifies that the link should be active when it matches the entire current URL.
ButtonType
Defines the button type and behavior.
- ButtonThe button is a clickable button.
- SubmitThe button is a submit button (submits form-data).
- ResetThe button is a reset button (resets the form-data to its initial values).
- LinkThe button will be rendered as a link but will appear as a regular button.
Cursor
Defines the mouse cursor.
- DefaultDefault behavior, nothing will be changed.
- PointerThe cursor is a pointer and indicates a link.
Direction
Direction of an dropdown menu.
- NoneSame as- Down.
- DownTrigger dropdown menus bellow an element (default behavior).
- UpTrigger dropdown menus above an element.
- RightTrigger dropdown menus to the right of an element.
- LeftTrigger 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).
- NoneSets this property to its default value.
- StartItems are positioned at the beginning of the container.
- EndItems are positioned at the end of the container.
- CenterItems are positioned at the center of the container.
- BetweenItems are positioned with space between the lines.
- AroundItems are positioned with space before, between, and after the lines.
Alignment
Defines the alignment of an element.
- NoneNo alignment will be applied.
- StartAligns an element to the left.
- CenterAligns an element on the center.
- EndAligns an element to the right.
ValidationStatus
Defines the validation results.
- NoneNo validation.
- SuccessValidation has passed the check.
- ErrorValidation has failed.
ChartType
Defines the chart type.
- Line
- Bar
- Pie
- Doughnut
- PolarArea
- Radar
Screenreader
Defines the visibility for screen readers.
- AlwaysDefault.
- OnlyHide an element to all devices except screen readers.
- OnlyFocusableShow the element again when it’s focused.
MaskType
Lists values that specify the type of mask used by an editor.
- NoneSpecifies that the mask feature is disabled.
- NumericSpecifies that the editor should accept numeric values and that the mask string must use the Numeric format syntax.
- DateTimeSpecifies that the editor should accept date/time values and that the mask string must use the DateTime format syntax.
- RegExSpecifies that the mask should be created using full-functional regular expressions.
Placement
Defines the placement of an element.
- TopTop side.
- BottomBottom side.
- LeftLeft side.
- RightRight side.
TooltipPlacement
Defines the placement of an element.
- TopTop-center side.
- TopStartTop-left side.
- TopEndTop-right side.
- BottomBottom-center side.
- BottomStartBottom-left side.
- BottomEndBottom-right side.
- LeftLeft-center side.
- LeftStartLeft-top side.
- LeftEndLeft-bottom side.
- RightRight-center side.
- RightStartRight-top side.
- RightEndRight-bottom side.
DataGridFilterMethod
- Containssearch for any occurrence (default)
- StartsWithsearch only the beginning
- EndsWithsearch only the ending
- Equalssearch must match the entire value
- NotEqualsopposite of Equals
DataGridSortMode
- SingleThe data grid can only be sorted by one column at a time.
- MultipleThe data grid can sorted by multiple columns.
DataGridSelectionMode
- SingleThe data grid only supports a row selected at a time.
- MultipleThe data grid enables multiple rows to be selected.
DataGridCommandMode
- DefaultDefault state which means that both defined commands and button row will render.
- CommandsOnly defined commands will render.
- ButtonRowOnly button row will render.
DataGridPagerPosition
- TopPositions the pagination above the table.
- BottomPositions the pagination below the table.
- TopAndBottomPositions the pagination on above and below the table.
TextAlignment
Defines the alignment of an text within element.
- NoneNo alignment will be applied.
- StartAligns the text to the left.
- CenterCenters the text.
- EndAligns the text to the right.
- JustifiedStretches the lines so that each line has equal width.
TextTransform
Defines the text transformation.
- NoneNo capitalization. The text renders as it is. This is default.
- LowercaseTransforms all characters to lowercase.
- UppercaseTransforms all characters to uppercase.
- CapitalizeTransforms the first character of each word to uppercase.
TextWeight
Defines the text weight.
- NoneNo weight will be applied.
- NormalDefines normal characters. This is default.
- BoldDefines thick characters.
- LightDefines lighter characters.
TextOverflow
Determines how the text will behave when it is larger than a parent container.
- NoneNo overflow will be applied.
- WrapText will wrap into a new line when it reaches the end of container.
- NoWrapPrevents text from wrapping.
- TruncateTruncate the text with an ellipsis.
HeadingSize
Defines the heading size.
- Is1Heading 1
- Is2Heading 2
- Is3Heading 3
- Is4Heading 4
- Is5Heading 5
- Is6Heading 6
DisplayHeadingSize
Defines the display heading size.
- Is1Heading 1
- Is2Heading 2
- Is3Heading 3
- Is4Heading 4
SortDirection
Specifies the direction of a sort operation.
- NoneNo sorting will be applied.
- AscendingSorts in ascending order.
- DescendingSorts in descending order.
DividerType
Specifies divider variants.
- Solid
- Dashed
- Dotted
- TextContent
TabPosition
Specifies divider variants.
- TopTop side.
- BottomBottom side.
- LeftLeft side.
- RightRight side.
BreadcrumbMode
Defines the breadcrumb activation mode.
- NoneNo activation will be applied.
- AutoBreadcrumb items will be activated based on current navigation.
IconStyle
- Solid
- Regular
- Light
- DuoTone
IconSize
Defines the size of an Icon element.
- NoneThe icon size will not be applied.
- ExtraSmallThe icon will be size 0.75em.
- SmallThe icon will be size 0.875em.
- LargeThe icon will be size 1.33em (Also applies vertical-align: -25%).
- x2The icon will be size 2em.
- x3The icon will be size 3em.
- x4The icon will be size 4em.
- x5The icon will be size 5em.
- x6The icon will be size 6em.
- x7The icon will be size 7em.
- x8The icon will be size 8em.
- x9The icon will be size 9em.
- x10The icon will be size 10em.
SnackbarLocation
- NoneDefault behavior.
- LeftShow the snackbar on the left side of the screen.
- RightShow the snackbar on the right side of the screen.
ValidationMode
Defines the validation execution mode.
- AutoValidation will execute on every input change.
- ManualValidation will run only when explicitly called.
BarMode
Defines the style of Bar component
- Horizontal- top bar
- VerticalPopout- sidebar with popout- BarDropdownmenus
- VerticalInline- sidebar with inline- BarDropdownmenus
- VerticalSmall- sidebar with icons only, and popout- BarDropdownmenus
BarCollapseMode
Defines the Bar state when collapsed (only works with Vertical bar modes)
- Hide- collapses to be completely hidden
- Small- collapse to behave like- BarMode.VerticalSmall
Target
The target attribute specifies where to open the linked document.
- None- No target will be applied. Usually this is the same as- Self.
- 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.
DateInputMode
Hints at the type of data that might be entered into DateEdit by the user while editing the element or its contents.
- Date- Only date is allowed to be entered.
- DateTime- Both date and time are allowed to be entered.
- Month- Allowed to select only year and month.
Orientation
Defines the orientation of the elements.
- Horizontal- Elements will be stacked horizontally.
- Vertical- - Elements will be stacked vertically.
TableResizeMode
Defines the resize mode of the data grid columns.
- Header- The table can only be resized from the columns header.
- Columns- The table can be resized from the entire column area.
TooltipTrigger
Determines the events that cause the tooltip to show.
- MouseEnterFocus- Tooltip will show on mouse enter and focus event (default option).
- Click- Tooltip will show on click event only.
- Focus- Tooltip will show on focus event only.
- MouseEnterClick- Tooltip will show on mouse enter and click event.
SpinKitType
- Plane
- Chase
- Bounce
- Wave
- Pulse
- Flow
- Swing
- Circle
- CircleFade
- Grid
- Fold
- Wander
ListGroupMode
Defines the ListGroup behavior.
- Static- List group will act as a static list.
- Selectable- List group will act on clicking the items.