Updates the GUI with the changes in the groups, the columns, the template or the sort descriptions
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public void UpdateUI(
bool upadteColumns,
bool updateGroups,
bool updateSorting,
bool updateTemplate
) |
| Visual Basic |
|---|
Public Sub UpdateUI ( _
upadteColumns As Boolean, _
updateGroups As Boolean, _
updateSorting As Boolean, _
updateTemplate As Boolean _
) |
| JScript |
|---|
public function UpdateUI(
upadteColumns : boolean,
updateGroups : boolean,
updateSorting : boolean,
updateTemplate : boolean
) |
Parameters
- upadteColumns
- Type: System..::..Boolean
- updateGroups
- Type: System..::..Boolean
- updateSorting
- Type: System..::..Boolean
- updateTemplate
- Type: System..::..Boolean
See Also