TableView.On<T> Method
Definition
Returns the platform-specific instance of this TableView, on which a platform-specific method may be called.
public Xamarin.Forms.IPlatformElementConfiguration<T,Xamarin.Forms.TableView> On<T> () where T : Xamarin.Forms.IConfigPlatform;
abstract member On : unit -> Xamarin.Forms.IPlatformElementConfiguration<'T, Xamarin.Forms.TableView (requires 'T :> Xamarin.Forms.IConfigPlatform)> (requires 'T :> Xamarin.Forms.IConfigPlatform)
override this.On : unit -> Xamarin.Forms.IPlatformElementConfiguration<'T, Xamarin.Forms.TableView (requires 'T :> Xamarin.Forms.IConfigPlatform)> (requires 'T :> Xamarin.Forms.IConfigPlatform)
Type Parameters
- T
Returns
Implements
Applies to
Feedback
Loading feedback...