GridAutoGeneratingColumnEventArgs Class Reference

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

Overview

Class GridAutoGeneratingColumnEventArgs.

  propertyInfo

Gets the XuniPropertyInfo for each the column is being generated.

@property (readonly) XuniPropertyInfo *propertyInfo

Discussion

Gets the XuniPropertyInfo for each the column is being generated.

Declared In

GridEventArgs.h

  column

Gets or sets the FlexColumn being generated.

@property GridColumn *column

Discussion

Gets or sets the FlexColumn being generated.

Declared In

GridEventArgs.h

– initWithColumn:andPropertyInfo:

Initialize an object for GridAutoGeneratingColumnEventArgs.

- (id _Nonnull)initWithColumn:(GridColumn *_Nonnull)column andPropertyInfo:(XuniPropertyInfo *_Nonnull)propertyInfo

Parameters

column

the sepcified FlexColumn initially generated.

propertyInfo

the XuniPropertyInfo object for the property the column is being generated for.

Return Value

an object for GridAutoGeneratingColumnEventArgs.

Discussion

Initialize an object for GridAutoGeneratingColumnEventArgs.

Declared In

GridEventArgs.h