GridRowHeaderLoadingEventArgs Class Reference

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

Overview

Class GridRowHeaderLoadingEventArgs.

  button

Gets or sets the button generated for grid row header display.

@property UIButton *button

Discussion

Gets or sets the button generated for grid row header display.

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:withButton:

Initialize an object for GridRowHeaderLoadingEventArgs.

- (id _Nonnull)initWithRow:(GridRow *_Nonnull)row withButton:(UIButton *_Nonnull)button

Parameters

row

the sepcified FlexRow to create details for.

button

the initial dummy button for generating the grid row header

Return Value

an object for GridRowHeaderLoadingEventArgs.

Discussion

Initialize an object for GridRowHeaderLoadingEventArgs.

Declared In

GridEventArgs.h