Barcode Count Not In List Action Settings
Defined in namespace Scandit.DataCapture.Barcode.Count.UI
- BarcodeCountNotInListActionSettings
class BarcodeCountNotInListActionSettings
Added in version 7.0.0
- Enabled
bool
Enabled { get;set; }Added in version 7.0.0
Use this property to enable the not in list actions. Defaults to false.
- AcceptButtonText
string
AcceptButtonText { get;set; }Added in version 7.0.0
The text for the label associated with the accept button.
- AcceptButtonAccessibilityLabel
string
AcceptButtonAccessibilityLabel { get;set; }Added in version 7.0.0
The accept button accessibility label.
This feature is only available on iOS devices.
- AcceptButtonAccessibilityHint
string
AcceptButtonAccessibilityHint { get;set; }Added in version 7.0.0
The accept button accessibility hint.
This feature is only available on iOS devices.
- AcceptButtonContentDescription
string
AcceptButtonContentDescription { get;set; }Added in version 7.0.0
The accept button content description.
This feature is only available on Android devices.
- RejectButtonText
string
RejectButtonText { get;set; }Added in version 7.0.0
The text for the label associated with the reject button.
- RejectButtonAccessibilityLabel
string
RejectButtonAccessibilityLabel { get;set; }Added in version 7.0.0
The reject button accessibility label.
This feature is only available on iOS devices.
- RejectButtonAccessibilityHint
string
RejectButtonAccessibilityHint { get;set; }Added in version 7.0.0
The reject button accessibility hint.
This feature is only available on iOS devices.
- RejectButtonContentDescription
string
RejectButtonContentDescription { get;set; }Added in version 7.0.0
The reject button content description.
This feature is only available on Android devices.
- CancelButtonText
string
CancelButtonText { get;set; }Added in version 7.0.0
The text for the label associated with the cancel button.
- CancelButtonAccessibilityLabel
string
CancelButtonAccessibilityLabel { get;set; }Added in version 7.0.0
The cancel button accessibility label.
This feature is only available on iOS devices.
- CancelButtonAccessibilityHint
string
CancelButtonAccessibilityHint { get;set; }Added in version 7.0.0
The cancel button accessibility hint.
- CancelButtonContentDescription
string
CancelButtonContentDescription { get;set; }Added in version 7.0.0
The cancel button content description.
This feature is only available on Android devices.
- BarcodeAcceptedHint
string
BarcodeAcceptedHint { get;set; }Added in version 7.0.0
The text for the hint that will be shown when a barcode is accepted.
- BarcodeRejectedHint
string
BarcodeRejectedHint { get;set; }Added in version 7.0.0
The text for the hint that will be shown when a barcode is rejected.