GridDetailCellCreatingEventArgs Class Reference

Inherits from XuniCancelEventArgs : XuniEventArgs : NSObject
Declared in GridEventArgs.h

Overview

Class GridDetailCellCreatingEventArgs.

  view

Get or sets the view that will be the resulting grid detail view.

@property UIView *view

Discussion

Get or sets the view that will be the resulting grid detail view.

Declared In

GridEventArgs.h

  row

Gets the FlexRow for each the detail cell view is being generated.

@property (readonly) GridRow *row

Discussion

Gets the FlexRow for each the detail cell view is being generated.

Declared In

GridEventArgs.h

– initWithRow:

Initialize an object for GridDetailCellCreatingEventArgs.

- (id _Nonnull)initWithRow:(GridRow *_Nonnull)row

Parameters

row

the sepcified FlexRow to create details for.

Return Value

an object for GridDetailCellCreatingEventArgs.

Discussion

Initialize an object for GridDetailCellCreatingEventArgs.

Declared In

GridEventArgs.h