Class DrawCellEventArgs
The DrawCellEventArgs class contains an argument of its own.
Inheritance
System.Object
DrawCellEventArgs
Namespace: Syncfusion.SfAutoComplete.XForms
Assembly: Syncfusion.SfAutoComplete.XForms.dll
Syntax
public class DrawCellEventArgs : EventArgs
Constructors
DrawCellEventArgs()
Declaration
public DrawCellEventArgs()
Properties
AutoComplete
Gets the value of the AutoComplete in DrawCellEventArgs control.
Declaration
public SfAutoComplete AutoComplete { get; }
Property Value
Type |
---|
SfAutoComplete |
Item
Gets the value of item in the DrawCellEventArgs class.
Declaration
public object Item { get; }
Property Value
Type |
---|
System.Object |
View
Gets or sets the value of the view. This property can be used to give the view in the Xamarin.Forms.View control.
Declaration
public View View { get; set; }
Property Value
Type |
---|
Xamarin.Forms.View |