IStyleSelector
Interface
Provides a mechanism to select a Style based on a custom logic.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public interface IStyleSelector
Derived Classes:
Methods
Selects a Style based on a custom logic.
C#
Style SelectStyle(object item, BindableObject bindable)
Specifies the item for which to select a custom Style.
bindableBindableObjectSpecifies the BindableObject for which to select a custom Style.
Returns:Style
Returns the Style for the specified item.