Cell.On<T> Method

Definition

public:
generic <typename T>
 where T : Microsoft::Maui::Controls::IConfigPlatform Microsoft::Maui::Controls::IPlatformElementConfiguration<T, Microsoft::Maui::Controls::Cell ^> ^ On();
public Microsoft.Maui.Controls.IPlatformElementConfiguration<T,Microsoft.Maui.Controls.Cell> On<T> () where T : Microsoft.Maui.Controls.IConfigPlatform;
member this.On : unit -> Microsoft.Maui.Controls.IPlatformElementConfiguration<'T, Microsoft.Maui.Controls.Cell (requires 'T :> Microsoft.Maui.Controls.IConfigPlatform)> (requires 'T :> Microsoft.Maui.Controls.IConfigPlatform)
Public Function On(Of T As IConfigPlatform) () As IPlatformElementConfiguration(Of T, Cell)

Type Parameters

T

Returns

Applies to