InterfaceIStyleSelector
Interface
Provides a mechanism to select a Style based on a custom logic.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public interface IStyleSelector
Methods
SelectStyle(object, BindableObject)
Selects a Style based on a custom logic.
Declaration
cs-api-definition
Style SelectStyle(object item, BindableObject bindable)
Parameters
item
Specifies the item for which to select a custom Style.
bindable
BindableObject
Specifies the BindableObject for which to select a custom Style.
Returns
Style
Returns the Style for the specified item.