Interface
IStyleSelector

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

object

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.

In this article
DefinitionMethodsSelectStyle(object, BindableObject)
Not finding the help you need?
Contact Support