Click or drag to resize

OpsContextIsTouchSplitCheckPage Property

- Getter or Setter to know if CheckDetailArea2.xaml.cs is called from TouchSplit Command or not since CheckDetailArea2.xaml.cs can be called from ViewCheckDetail Command as well - is set to true in Operations.Check.SplitCheck.cs

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public bool IsTouchSplitCheckPage { get; set; }

Property Value

Type: Boolean
See Also