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.
This feature is only available on iOS devices.
- AcceptButtonAccessibilityHint
stringAcceptButtonAccessibilityHint { get;set; }Added in version 7.0.0
The accept button accessibility hint.
This feature is only available on iOS devices.
- AcceptButtonContentDescription
stringAcceptButtonContentDescription { get;set; }Added in version 7.0.0
The accept button content description.
This feature is only available on Android devices.
- 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.
This feature is only available on iOS devices.
- RejectButtonAccessibilityHint
stringRejectButtonAccessibilityHint { get;set; }Added in version 7.0.0
The reject button accessibility hint.
This feature is only available on iOS devices.
- RejectButtonContentDescription
stringRejectButtonContentDescription { get;set; }Added in version 7.0.0
The reject button content description.
This feature is only available on Android devices.
- 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.
This feature is only available on iOS devices.
- CancelButtonAccessibilityHint
stringCancelButtonAccessibilityHint { get;set; }Added in version 7.0.0
The cancel button accessibility hint.
- CancelButtonContentDescription
stringCancelButtonContentDescription { get;set; }Added in version 7.0.0
The cancel button content description.
This feature is only available on Android devices.
- 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.