Skip to main content
A newer version of this page is available. .

InputChipGroup Members

A chip group that allows users to input a new chip.

Constructors

Name Description
InputChipGroup() Initializes a new instance of the InputChipGroup class.

Fields

Name Description
BoxModeProperty static Identifies the BoxMode bindable property. Inherited from ChipGroup.
ChipBackgroundColorProperty static Identifies the ChipBackgroundColor bindable property. Inherited from ChipGroup.
ChipBorderColorProperty static Identifies the ChipBorderColor bindable property. Inherited from ChipGroup.
ChipBorderThicknessProperty static Identifies the ChipBorderThickness bindable property. Inherited from ChipGroup.
ChipCheckIconColorProperty static Identifies the ChipCheckIconColor bindable property. Inherited from ChipGroup.
ChipCheckIconProperty static Identifies the ChipCheckIcon bindable property. Inherited from ChipGroup.
ChipCornerRadiusProperty static Identifies the ChipCornerRadius bindable property. Inherited from ChipGroup.
ChipDisabledBackgroundColorProperty static Identifies the ChipDisabledBackgroundColor bindable property. Inherited from ChipGroup.
ChipDisabledBorderColorProperty static Identifies the ChipDisabledBorderColor bindable property. Inherited from ChipGroup.
ChipDisabledCheckIconColorProperty static Identifies the ChipDisabledCheckIconColor bindable property. Inherited from ChipGroup.
ChipDisabledIconColorProperty static Identifies the ChipDisabledIconColor bindable property. Inherited from ChipGroup.
ChipDisabledRemoveIconColorProperty static Identifies the ChipDisabledRemoveIconColor bindable property. Inherited from ChipGroup.
ChipDisabledTextColorProperty static Identifies the ChipDisabledTextColor bindable property. Inherited from ChipGroup.
ChipDoubleTapCommandProperty static Identifies the ChipDoubleTapCommand bindable property. Inherited from ChipGroup.
ChipFontAttributesProperty static Identifies the ChipFontAttributes bindable property. Inherited from ChipGroup.
ChipFontFamilyProperty static Identifies the ChipFontFamily bindable property. Inherited from ChipGroup.
ChipFontSizeProperty static Identifies the ChipFontSize bindable property. Inherited from ChipGroup.
ChipIconColorProperty static Identifies the ChipIconColor bindable property. Inherited from ChipGroup.
ChipIconIndentProperty static Identifies the ChipIconIndent bindable property. Inherited from ChipGroup.
ChipIconSizeProperty static Identifies the ChipIconSize bindable property. Inherited from ChipGroup.
ChipIsIconVisibleProperty static Identifies the ChipIsIconVisible bindable property. Inherited from ChipGroup.
ChipLongPressCommandProperty static Identifies the ChipLongPressCommand bindable property. Inherited from ChipGroup.
ChipPaddingProperty static Identifies the ChipPadding bindable property. Inherited from ChipGroup.
ChipPressedBackgroundColorProperty static Identifies the ChipPressedBackgroundColor bindable property. Inherited from ChipGroup.
ChipPressedBorderColorProperty static Identifies the ChipPressedBorderColor bindable property. Inherited from ChipGroup.
ChipPressedCheckIconColorProperty static Identifies the ChipPressedCheckIconColor bindable property. Inherited from ChipGroup.
ChipPressedIconColorProperty static Identifies the ChipPressedIconColor bindable property. Inherited from ChipGroup.
ChipPressedRemoveIconColorProperty static Identifies the ChipPressedRemoveIconColor bindable property. Inherited from ChipGroup.
ChipPressedTextColorProperty static Identifies the ChipPressedTextColor bindable property. Inherited from ChipGroup.
ChipRemoveIconClickedCommandProperty static Identifies the ChipRemoveIconClickedCommand bindable property. Inherited from ChipGroup.
ChipRemoveIconColorProperty static Identifies the ChipRemoveIconColor bindable property. Inherited from ChipGroup.
ChipRemoveIconProperty static Identifies the ChipRemoveIcon bindable property. Inherited from ChipGroup.
ChipRoundedIconProperty static Identifies the ChipRoundedIcon bindable property. Inherited from ChipGroup.
ChipTapCommandProperty static Identifies the ChipTapCommand bindable property. Inherited from ChipGroup.
ChipTextColorProperty static Identifies the ChipTextColor bindable property. Inherited from ChipGroup.
ChipUseRippleEffectProperty static Identifies the ChipUseRippleEffect bindable property. Inherited from ChipGroup.
ClearEditorTextOnCompletionProperty static Identifies the ClearEditorTextOnCompletion bindable property.
DisplayMemberProperty static Identifies the DisplayMember bindable property. Inherited from ChipGroup.
EditorBorderColorProperty static Identifies the EditorBorderColor bindable property.
EditorBorderThicknessProperty static Identifies the EditorBorderThickness bindable property.
EditorCursorColorProperty static Identifies the EditorCursorColor bindable property.
EditorFocusedBorderColorProperty static Identifies the EditorFocusedBorderColor bindable property.
EditorFontAttributesProperty static Identifies the EditorFontAttributes bindable property.
EditorFontFamilyProperty static Identifies the EditorFontFamily bindable property.
EditorFontSizeProperty static Identifies the EditorFontSize bindable property.
EditorMinimumHeightProperty static Identifies the EditorMinimumHeight bindable property.
EditorMinimumWidthProperty static Identifies the EditorMinimumWidth bindable property.
EditorPlaceholderTextProperty static Identifies the EditorPlaceholderText bindable property.
EditorTextColorProperty static Identifies the EditorTextColor bindable property.
EditorTextProperty static Identifies the EditorText bindable property.
HorizontalSpacingProperty static Identifies the HorizontalSpacing bindable property. Inherited from ChipGroup.
IconMemberProperty static Identifies the IconMember bindable property. Inherited from ChipGroup.
IsMultilineProperty static Identifies the IsMultiline bindable property. Inherited from ChipGroup.
IsScrollBarVisibleProperty static Identifies the IsScrollBarVisible bindable property. Inherited from ChipGroup.
ItemsSourceProperty static Identifies the ItemsSource bindable property. Inherited from ChipGroup.
PaddingProperty static Identifies the Padding bindable property. Inherited from ChipGroup.
VerticalSpacingProperty static Identifies the VerticalSpacing bindable property. Inherited from ChipGroup.

Properties

Name Description
ActualAppearance Gets the common appearance settings that are applied to the current InputChipGroup.
BoxMode Gets or sets whether chips in this group are filled or outlined. This is a bindable property. Inherited from ChipGroup.
ChipBackgroundColor Gets or sets the background color for chips in this group when they are in the normal state. This is a bindable property. Inherited from ChipGroup.
ChipBorderColor Gets or sets the border color for chips when they are in the normal state. This is a bindable property. Inherited from ChipGroup.
ChipBorderThickness Gets or sets the border thickness for chips in this group. This is a bindable property. Inherited from ChipGroup.
ChipCheckIcon Gets or sets the check icon. This is a bindable property. Inherited from ChipGroup.
ChipCheckIconColor Gets or sets the color of the check icon for chips in this group. This is a bindable property. Inherited from ChipGroup.
ChipCornerRadius Gets or sets a corner radius for chips in this group. This is a bindable property. Inherited from ChipGroup.
ChipDisabledBackgroundColor Gets or sets the background color for chips in this group when they are disabled. This is a bindable property. Inherited from ChipGroup.
ChipDisabledBorderColor Gets or sets the border color for chips in this group when they are disabled. This is a bindable property. Inherited from ChipGroup.
ChipDisabledCheckIconColor Gets or sets the check icon’s color for chips in this group when they are disabled. This is a bindable property. Inherited from ChipGroup.
ChipDisabledIconColor Gets or sets the icon color for chips in this group when they are disabled. This is a bindable property. Inherited from ChipGroup.
ChipDisabledRemoveIconColor Gets or sets the remove icon color for chips in this group when they are disabled. This is a bindable property. Inherited from ChipGroup.
ChipDisabledTextColor Gets or sets the text color for chips in this group when they are disabled. This is a bindable property. Inherited from ChipGroup.
ChipDoubleTapCommand Gets or sets a command executed when a user double-taps a chip in this group. This is a bindable property. Inherited from ChipGroup.
ChipFontAttributes Gets or sets whether the font used to display text is bold, italic, or unmodified. This is a bindable property. Inherited from ChipGroup.
ChipFontFamily Gets or sets the font family name for chips in this group. This is a bindable property. Inherited from ChipGroup.
ChipFontSize Gets or sets the font size for chips in this group. This is a bindable property. Inherited from ChipGroup.
ChipIconColor Gets or sets the icon color for chips in this group. This is a bindable property. Inherited from ChipGroup.
ChipIconIndent Gets or sets the indent of the icon from text for chips in this group. This is a bindable property. Inherited from ChipGroup.
ChipIconSize Gets or sets the icon size. This is a bindable property. Inherited from ChipGroup.
ChipIsIconVisible Gets or sets whether chips in this group display an icon. This is a bindable property. Inherited from ChipGroup.
ChipLongPressCommand Gets or sets a command executed when a user taps and holds a chip in this group. This is a bindable property. Inherited from ChipGroup.
ChipPadding Gets or sets an amount of space around chips in this group. This is a bindable property. Inherited from ChipGroup.
ChipPressedBackgroundColor Gets or sets the background color for chips in this group when they are pressed. This is a bindable property. Inherited from ChipGroup.
ChipPressedBorderColor Gets or sets the border color for chips in this group when they are pressed. This is a bindable property. Inherited from ChipGroup.
ChipPressedCheckIconColor Gets or sets the check icon’s color for chips in this group when they are pressed. This is a bindable property. Inherited from ChipGroup.
ChipPressedIconColor Gets or sets the icon color for chips in this group when they are pressed. This is a bindable property. Inherited from ChipGroup.
ChipPressedRemoveIconColor Gets or sets the remove icon’s color for chips in this group when they are pressed. This is a bindable property. Inherited from ChipGroup.
ChipPressedTextColor Gets or sets the text color for chips in this group when they are pressed. This is a bindable property. Inherited from ChipGroup.
ChipRemoveIcon Gets or sets the remove icon. This is a bindable property. Inherited from ChipGroup.
ChipRemoveIconClickedCommand Gets or sets a command executed when a user clicks the remove icon in a chip in this group. This is a bindable property. Inherited from ChipGroup.
ChipRemoveIconColor Gets or sets the remove icon’s color for chips in this group. This is a bindable property. Inherited from ChipGroup.
ChipRoundedIcon Gets or sets whether chip icons in this group are rounded. This is a bindable property. Inherited from ChipGroup.
Chips Provides access to the collection of chips displayed in this group. Inherited from ChipGroup.
ChipTapCommand Gets or sets a command executed when a user taps a chip in this group. This is a bindable property. Inherited from ChipGroup.
ChipTextColor Gets or sets the text color for chips in this group. This is a bindable property. Inherited from ChipGroup.
ChipUseRippleEffect Gets or sets whether the chip groups displays a ripple effect when a user (un)selects a chip in this group. This is a bindable property. Inherited from ChipGroup.
ClearEditorTextOnCompletion Gets or sets whether to clear text in the editor after a chip is created. This is a bindable property.
DisplayMember Gets or sets the data field that specifies the text displayed in chips in this group. This is a bindable property. Inherited from ChipGroup.
EditorBorderColor Gets or sets the editor border color. This is a bindable property.
EditorBorderThickness Gets or sets editor border thickness. This is a bindable property.
EditorCursorColor Gets or sets the color of the editor’s cursor. This is a bindable property.
EditorFocusedBorderColor Gets or sets the editor border color when it is focused. This is a bindable property.
EditorFontAttributes Gets or sets whether the font used to display text in the editor is bold, italic, or unmodified. This is a bindable property.
EditorFontFamily Gets or sets the font face used to display text in the editor. This is a bindable property.
EditorFontSize Gets or sets the size of the font used to display text in the editor. This is a bindable property.
EditorMinimumHeight Gets or sets the editor’s minimum height. This is a bindable property.
EditorMinimumWidth Gets or sets the editor’s minimum width. This is a bindable property.
EditorPlaceholderText Gets or sets the text displayed in the editor when it is focused but does not contain a value. This is a bindable property.
EditorText Gets or sets the text displayed in the editor. This is a bindable property.
EditorTextColor Gets or sets text color in the editor. This is a bindable property.
HorizontalSpacing Gets or sets the horizontal amount of space between chips in this group. This is a bindable property. Inherited from ChipGroup.
IconMember Gets or sets the data field that specifies the icon displayed in chips in this group. This is a bindable property. Inherited from ChipGroup.
IsMultiline Gets or sets whether chips in this group are displayed in single or multiple lines. This is a bindable property. Inherited from ChipGroup.
IsScrollBarVisible Gets or sets whether the scroll bar is displayed. This is a bindable property. Inherited from ChipGroup.
ItemsSource Gets or sets a data source that contains chips for this group. Use the DisplayMember and IconMember properties to specify data source fields that contain the text and icon for chips. This is a bindable property. Inherited from ChipGroup.
Padding Gets or sets the amount of space around this group. This is a bindable property. Inherited from ChipGroup.
VerticalSpacing Gets or sets the vertical amount of space between chips in this group when they are arranged in multiple rows. This is a bindable property. Inherited from ChipGroup.

Methods

Name Description
Dispose() Disposes unmanaged resources. Inherited from ChipGroup.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetChipByItem(Object) Returns a chip by a view model object based on which the chip is created. Inherited from ChipGroup.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RefreshData() Updates text and icons in chips in this group based on the bound data source. Inherited from ChipGroup.
SelectChip(Chip) Selects the specified chip. Inherited from ChipGroup.
SelectChipAtIndex(Int32) Selects a chip with the specified index in the bound data source. Inherited from ChipGroup.
ToString() Returns a string that represents the current object. Inherited from Object.

Events

Name Description
ChipDoubleTap Fires when a user double-taps a chip in this group. Inherited from ChipGroup.
ChipGeneration Fires before a chip is generated based on the bound view model and allows you to customize the chip. Inherited from ChipGroup.
ChipLongPress Fires when a user taps and holds a chip in this group. Inherited from ChipGroup.
ChipRemoveIconClicked Fires when a user clicks the Remove icon in a chip in this group. Inherited from ChipGroup.
ChipTap Fires when a user taps a chip in this group. Inherited from ChipGroup.
Completed Fires when a user presses Enter in the editor and allows you to create a chip.
See Also