Gets the GwxRangeSelector object that owns this state item.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public GwxRangeSelector GetParentRangeSelector()
Visual Basic
Public Function GetParentRangeSelector As GwxRangeSelector
JScript
public function GetParentRangeSelector() : GwxRangeSelector

Return Value

The GwxRangeSelector object that owns this state item.

See Also