This value is used for Grouping. Until the row is grouped, the value is null.
This property is needed to remember the Original group the row is inserted. The value
is used to find the row view model in the items view.
Namespace: Ico.AnyGlass.AlarmWorX.ViewModelAssembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Object GroupedByValue { get; internal set; } |
Visual Basic |
---|
Public Property GroupedByValue As Object
Get
Friend Set |
JScript |
---|
function get GroupedByValue () : Object
internal function set GroupedByValue (value : Object) |
See Also