Class GridIndentCell
Represents a GridIndentCell of the caption summary row in a SfDataGrid control.
Implements
Android.Views.View.IOnLongClickListener
    Android.Runtime.IJavaObject
    System.IDisposable
    Java.Interop.IJavaPeerable
  Inherited Members
Namespace: Syncfusion.SfDataGrid
Assembly: Syncfusion.SfDataGrid.Android.dll
Syntax
public class GridIndentCell : GridCell, View.IOnLongClickListener, IJavaObject, IDisposable, IJavaPeerable
  Constructors
GridIndentCell(Context)
Initializes a new instance of the GridIndentCell class.
Declaration
public GridIndentCell(Context context)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Android.Content.Context | context | 
GridIndentCell(Context, IAttributeSet)
Initializes a new instance of the GridIndentCell class.
Declaration
public GridIndentCell(Context context, IAttributeSet attributeSet)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Android.Content.Context | context | The Android.Content.Context.  | 
      
| Android.Util.IAttributeSet | attributeSet | The Android.Util.IAttributeSet.  | 
      
GridIndentCell(Context, IAttributeSet, Int32)
Initializes a new instance of the GridIndentCell class.
Declaration
public GridIndentCell(Context context, IAttributeSet attributeSet, int definedStyle)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Android.Content.Context | context | The Android.Content.Context.  | 
      
| Android.Util.IAttributeSet | attributeSet | The Android.Util.IAttributeSet.  | 
      
| System.Int32 | definedStyle | The value for defined style.  | 
      
GridIndentCell(IntPtr, JniHandleOwnership)
Initializes a new instance of the GridIndentCell class.
Declaration
protected GridIndentCell(IntPtr javaReference, JniHandleOwnership transfer)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.IntPtr | javaReference | The System.IntPtr.  | 
      
| Android.Runtime.JniHandleOwnership | transfer | The Android.Runtime.JniHandleOwnership.  | 
      
Implements
      Android.Views.View.IOnLongClickListener
  
  
      Android.Runtime.IJavaObject
  
  
      System.IDisposable
  
  
      Java.Interop.IJavaPeerable