Sets a DataRange into a GdxGroup
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public void SetRange( GdxGroup group, DataRange range ) |
Visual Basic |
---|
Public Sub SetRange ( _ group As GdxGroup, _ range As DataRange _ ) |
JScript |
---|
public function SetRange( group : GdxGroup, range : DataRange ) |
Parameters
- group
- Type: Ico.Gdx..::..GdxGroup
The GdxGroup where to set a DataRange
- range
- Type: DataRange
The DataRange that must be set
Exceptions
Exception | Condition |
---|---|
System..::..ArgumentException | The GdxGroup must exist in the GdxGridView Groups list |