Property | Type | Description | |
---|---|---|---|
_propDef | IPropDef |
Method | Description | |
---|---|---|
Clone ( ) : IUIGridColumn |
Clones the collection of ui columns this performs a copy of all uicolumns but does not copy the uiFormFields.
|
|
Equals ( object obj ) : bool |
Determines whether the specified
|
|
GetHashCode ( ) : int |
Returns the hash code for this object.
|
|
GetHeading ( ) : string |
Gets the heading for this grid column.
|
|
GetParameterValue ( string parameterName ) : object |
Returns the parameter value for the name provided
|
|
GetPropertyType ( ) : |
Gets the heading for this grid column.
|
|
UIGridColumn ( string heading, string propertyName, String gridControlTypeName, String gridControlAssembly, bool editable, int width, PropAlignment alignment, |
Constructor to initialise a new definition
|
|
UIGridColumn ( string heading, string propertyName, |
Constructor to initialise a new definition
|
|
operator ( ) : bool |
overloads the operator ==
|
Method | Description | |
---|---|---|
DetermineIsEditable ( ) : bool |
Updates the isEditable flag and updates the control according to the current state
|
|
DoesVirtualPropertyHaveSetter ( ) : bool | ||
GetHeading ( IClassDef classDef ) : string | ||
IsPropertyReflective ( ) : bool | ||
PropDefIsEditable ( ) : bool | ||
PropDefIsReadOnly ( ) : bool |
public Equals ( object obj ) : bool | ||
obj | object | The |
return | bool |
public GetParameterValue ( string parameterName ) : object | ||
parameterName | string | The parameter name |
return | object |
public UIGridColumn ( string heading, string propertyName, String gridControlTypeName, String gridControlAssembly, bool editable, int width, PropAlignment alignment, |
||
heading | string | The heading |
propertyName | string | The property name |
gridControlTypeName | String | The Name of the Grid Control Type |
gridControlAssembly | String | The Assembly Name of the Grid Control Type |
editable | bool | Whether the grid is read-only (cannot be /// edited directly) |
width | int | The width |
alignment | PropAlignment | The horizontal alignment |
parameters | The parameters for the column | |
return | System |
public UIGridColumn ( string heading, string propertyName, |
||
heading | string | The heading |
propertyName | string | The property name |
gridControlType | The grid control type. This cannot be null - /// if you need to supply null type parameters use the constructor that supplies /// specific type and assembly names and set these as null. | |
editable | bool | Whether the grid is read-only (cannot be /// edited directly) |
width | int | The width |
alignment | PropAlignment | The horizontal alignment |
parameters | The parameters for the column | |
return | System |