Class
RadBarcodeAutomationPeer

AutomationPeer class for RadBarcode.

Definition

Namespace:Telerik.UI.Automation.Peers

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadBarcodeAutomationPeer : RadControlAutomationPeer, IValueProvider

Inheritance: objectRadControlAutomationPeerRadBarcodeAutomationPeer

Implements: IValueProvider

Inherited Members RadControlAutomationPeer.GetAutomationControlTypeCore()RadControlAutomationPeer.GetClassNameCore()RadControlAutomationPeer.GetNameCore()RadControlAutomationPeer.GetLocalizedControlTypeCore()

Constructors

RadBarcodeAutomationPeer(RadBarcode)

Initializes a new instance of the RadBarcodeAutomationPeer class.

Declaration

cs-api-definition
public RadBarcodeAutomationPeer(RadBarcode owner)

Parameters

owner

RadBarcode

The RadBarcode that is associated with this RadBarcodeAutomationPeer.

Properties

IsReadOnly

Gets a value indicating whether the value of a the RadBarcode is read-only.

Declaration

cs-api-definition
public bool IsReadOnly { get; }

Property Value

bool

Value

Gets the Value of the associaterd RadBarcode.

Declaration

cs-api-definition
public string Value { get; }

Property Value

string

Methods

SetValue(string)

Sets the Value property of the RadBarcode.

Declaration

cs-api-definition
public void SetValue(string value)

Parameters

value

string