Barcode Count Not In List Action Settings
Defined in namespace Scandit.DataCapture.Barcode.Count.UI
- BarcodeCountNotInListActionSettings
class BarcodeCountNotInListActionSettingsAdded in version 7.0.0
- Enabled
boolEnabled { get;set; }Added in version 7.0.0
Use this property to enable the not in list actions. Defaults to false.
- AcceptButtonText
stringAcceptButtonText { get;set; }Added in version 7.0.0
The text for the label associated with the accept button.
- AcceptButtonAccessibilityLabel
stringAcceptButtonAccessibilityLabel { get;set; }Added in version 7.0.0
The accept button accessibility label.
- AcceptButtonAccessibilityHint
stringAcceptButtonAccessibilityHint { get;set; }Added in version 7.0.0
The accept button accessibility hint.
- RejectButtonText
stringRejectButtonText { get;set; }Added in version 7.0.0
The text for the label associated with the reject button.
- RejectButtonAccessibilityLabel
stringRejectButtonAccessibilityLabel { get;set; }Added in version 7.0.0
The reject button accessibility label.
- RejectButtonAccessibilityHint
stringRejectButtonAccessibilityHint { get;set; }Added in version 7.0.0
The reject button accessibility hint.
- CancelButtonText
stringCancelButtonText { get;set; }Added in version 7.0.0
The text for the label associated with the cancel button.
- CancelButtonAccessibilityLabel
stringCancelButtonAccessibilityLabel { get;set; }Added in version 7.0.0
The cancel button accessibility label.
- CancelButtonAccessibilityHint
stringCancelButtonAccessibilityHint { get;set; }Added in version 7.0.0
The cancel button accessibility hint.
- BarcodeAcceptedHint
stringBarcodeAcceptedHint { get;set; }Added in version 7.0.0
The text for the hint that will be shown when a barcode is accepted.
- BarcodeRejectedHint
stringBarcodeRejectedHint { get;set; }Added in version 7.0.0
The text for the hint that will be shown when a barcode is rejected.