Namespace Syncfusion.Maui.Inputs
Classes
AutocompleteFilterBehavior
Represents a filtering behavior for SfAutocomplete. Using the text entered in control, suggestion list gets created based on TextSearchMode. We can override this and show custom suggestions which gets loaded either asynchronously or synchronously. |
AutocompleteFilterInfo
Represents information for the FilterBehavior in SfAutocomplete control. |
AutocompleteMultiSelectionDisplayMode
Defines constants to display multiple selected item in the selection area either as text by separating with delimiter or as token item with clear option in each item. |
AutocompleteSearchBehavior
Represents a search behavior for SfAutocomplete. Using the text entered in control, highlighted index gets calculated from the filtered items. We can override this and show custom highlight. |
AutocompleteSearchInfo
Represents information for the SearchBehavior in SfAutocomplete control. |
AutocompleteSelectionMode
Defines constants that specify the selection mode of a Autocomplete control. |
AutocompleteTextSearchMode
Defines constants that specify the search mode of a Autocomplete control. |
AutocompleteTokensWrapMode
Contains values for the TokensWrapMode enumeration that determines whether to display the items vertically or horizontally. |
ComboBoxFilterBehavior
Represents a filtering behavior for SfComboBox. Using the text entered in control, suggestion list gets created based on TextSearchMode. We can override this and show custom suggestions. |
ComboBoxFilterInfo
Represents information for the FilterBehavior in SfComboBox control. |
ComboBoxMultiSelectionDisplayMode
Defines constants to display multiple selected item in the selection area either as text by separating with delimiter or as token item with clear option in each item. |
ComboBoxSearchBehavior
Represents a search behavior for SfComboBox. Using the text entered in control, highlighted index gets calculated from the filtered items based on editable mode. We can override this and show custom highlight. |
ComboBoxSearchInfo
Represents information for the Syncfusion.Maui.Inputs.SfComboBox.SearchBehavior in SfComboBox control. |
ComboBoxSelectionMode
Defines constants that specify the selection mode of a ComboBox control. |
ComboBoxTextSearchMode
Defines constants that specify the search mode of a ComboBox control. |
ComboBoxTokensWrapMode
Contains values for the TokensWrapMode enumeration that determines whether to display the items vertically or horizontally. |
DropDownButtonSettings
The DropDownButtonSettings represents the class contains properties for drop-down button customizations. |
InputValidationMode
Specifies the validation mode for value in the SfMaskedEntry. |
MaskedEntryMaskFormat
Specifies the mask format for value in the SfMaskedEntry. |
MaskedEntryMaskType
Specifies the mask type for SfMaskedEntry. |
MaskedEntryValueChangedEventArgs
Represents the arguments for value changed event in SfMaskedEntry. |
MaskedEntryValueChangingEventArgs
Represents the arguments for value changing event in SfMaskedEntry. |
NumericEntryUpDownPlacementMode
Defines values that specify how the spin buttons used to increment or decrement the Value of a SfNumericEntry are displayed. |
NumericEntryValueChangedEventArgs
Provides event data for the ValueChanged event. |
OccurrenceMode
Contains values for the OccurrenceMode enumeration that indicate whether to highlight the first character or all occurrences of the same character in text. |
PercentDisplayMode
Contains the values for the PercentDisplayMode enumeration allow to display the value with percentage computation. |
Precision
Contains values for the Precision enumeration that defines the accuracy level of the SfRating control. It has Standard, Half, and Exact options. |
RatingSettings
Represents the rating settings class |
RatingShape
Contains values for the RatingShape that determines the shape of the Rating |
SelectionChangedEventArgs
Provides event data for the SelectionChanged event. |
SfAutocomplete
SfAutocomplete provides a simpler way to complete the text based on the characters that the user has entered before. It also provides option to choose a suggestion from drop down or append a suggestion to the text directly. |
SfComboBox
The combobox is a textbox component that allows users to type a value or choose an option from the list of predefined options. |
SfMaskedEntry
The SfMaskedEntry control is an enhanced version of a text box that additionally restricts input to conform to a specific structure or mask. |
SfMaskedEntryStyles
Initializing SfMaskedEntryStyles class |
SfNumericEntry
Represents a control that can be used to display and edit numbers. |
SfNumericEntryStyles
Initializing SfNumericEntryStyles class |
SfRating
Represents a control that has a group of stars or custom shapes to indicate a rating with flexible precision. |
SfRatingStyles
Initializing SfRatingStyles class |
ValueChangedEventArgs
Provides information about value changes |
ValueChangeMode
Defines the behavior of value updating while typing in a text box during both the "Focus" and "Unfocus" states. |
Interfaces
IAutocompleteFilterBehavior
Represents an interface that provides information about a methods for performing filerting in SfAutocomplete control. |
IAutocompleteSearchBehavior
Represents an interface that provides information about a methods for performing search in SfAutocomplete control. |
IComboBoxFilterBehavior
Represents an interface that provides information about a methods for performing filerting in SfComboBox control. |
IComboBoxSearchBehavior
Represents an interface that provides information about a methods for performing search in SfComboBox control. |