Class RadListViewWrapper
Inheritance
System.Object
RadListViewWrapper
Namespace: Telerik.Maui.Controls.Compatibility.DataControlsRenderer.Android.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class RadListViewWrapper : FrameLayout
Constructors
RadListViewWrapper(Context, RadListView)
Declaration
public RadListViewWrapper(Context context, RadListView listControl)
Parameters
Android.Content.Context
context
|
Com.Telerik.Widget.List.RadListView
listControl
|
Properties
ListView
Declaration
public RadListView ListView { get; protected set; }
Property Value
Com.Telerik.Widget.List.RadListView
|