menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class DrawCellEventArgs - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved