Hierarchy

Hierarchy

Properties

actualDensity?: string | ControlDisplayDensity

Gets the actual display density to use for the label.

actualHoverTextColor?: string

Gets the actual hover color to use for the text.

actualTextColor?: string

Gets the actual color to use for the text color.

ariaLabel?: string

Gets or sets the value of the aria-label attribute.

baseTheme?: string | BaseControlTheme

Gets or sets the base built in theme to use for the button.

change?: ((s, e) => void)

Type declaration

changing?: ((s, e) => void)

Type declaration

children?: ReactNode
compositionEnd?: ((s, e) => void)

Type declaration

density?: string | ControlDisplayDensity

Gets or sets the display density to use for the input.

disabled?: string | boolean

Gets or sets whether the checkbox is disabled.

for?: string

Gets or sets the for attribute to use for the input.

hoverTextColor?: string

Gets or sets the color to use for the hovered text of the button regardless of type.

id?: string

Gets or sets the id to use for the checkbox.

includeLiterals?: string | boolean

Specifies if the bound value includes the formatting symbols.

inputType?: string

Gets or sets the type to use for the input.

isHover?: string | boolean

Gets or sets whether the input is hovered.

keyDown?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Parameters

      Returns void

keyPress?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Parameters

      Returns void

keyUp?: ((s, e) => void)

Type declaration

    • (s, e): void
    • Parameters

      Returns void

mask?: string

Gets/Sets the input mask for the input.

name?: string

Gets or sets name to use for the button.

placeholder?: string

Gets or sets the placeholder to use for the input.

promptChar?: string

Gets/Sets the character representing a fillable spot in the input mask

readonly?: string | boolean

Gets or sets whether the checkbox is readonly.

selectionEnd?: string | number

Returns / Sets the end index of the selected text. When nothing is selected, this returns the position of the text input cursor (caret) inside of the input.

selectionStart?: string | number

Returns / Sets the beginning index of the selected text. When nothing is selected, this returns the position of the text input cursor (caret) inside of the input.

showSpinner?: string | boolean
tabIndex?: string | number

Gets or sets TabIndex to use for the checkbox.

textAlignment?: string | HorizontalAlignment

Gets or sets the alignment of the text.

textColor?: string

Gets or sets the color to use for the text.

textStyle?: string

Gets or sets the use for the button.

value?: string

Gets or sets the value for the input.