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

FilterChipGroup Properties

A chip group that allows users to select multiple chips.
Name Description
ActualAppearance Gets the common appearance settings that are applied to the current SelectableChipGroup. Inherited from SelectableChipGroup.
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.
ChipSelectedBackgroundColor Gets or sets the background color for chips in this group when they are selected. This is a bindable property. Inherited from SelectableChipGroup.
ChipSelectedBorderColor Gets or sets the border color for chips in this group when they are selected. This is a bindable property. Inherited from SelectableChipGroup.
ChipSelectedDisabledBackgroundColor Gets or sets the background color for chips in this group when they are selected and disabled. This is a bindable property. Inherited from SelectableChipGroup.
ChipSelectedDisabledBorderColor Gets or sets the border color for chips in this group when they are selected and disabled. This is a bindable property. Inherited from SelectableChipGroup.
ChipSelectedDisabledIconColor Gets or sets the icon color for chips in this group when they are selected and disabled. This is a bindable property. Inherited from SelectableChipGroup.
ChipSelectedDisabledRemoveIconColor Gets or sets the remove icon color for chips in this group when they are selected and disabled. This is a bindable property. Inherited from SelectableChipGroup.
ChipSelectedDisabledTextColor Gets or sets the text color for chips in this group when they are selected and disabled. This is a bindable property. Inherited from SelectableChipGroup.
ChipSelectedIconColor Gets or sets the icon color for chips in this group when they are selected. This is a bindable property. Inherited from SelectableChipGroup.
ChipSelectedRemoveIconColor Gets or sets the remove icon color for chips in this group. This is a bindable property. Inherited from SelectableChipGroup.
ChipSelectedTextColor Gets or sets the text color for selected chips in this group. This is a bindable property. Inherited from SelectableChipGroup.
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.
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.
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.
IsSelectedMember Gets or sets the data source field that stores chip selection states. This is a bindable property. Inherited from SelectableChipGroup.
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.
SelectedChips Provides access to the selected chips. This is a bindable property.
SelectedIndexes Gets or sets the indexes of the selected chips. This is a bindable property.
SelectedItems Gets or sets the view models used to generate the selected chips in this group. This is a bindable property.
SelectionChangedCommand Gets or sets a command executed when a user (un)selects a chip in this group. This is a bindable property. Inherited from SelectableChipGroup.
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.
See Also