RadBarcode
UI control for creating and visualizing barcodes in a machine-readable format.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
[TelerikToolboxCategory("Data Visualization")]
public class RadBarcode : Control
Inheritance: objectRadBarcode
Constructors
public RadBarcode()
Fields
ErrorMessageProperty
DependencyProperty
Registers the ErrorMessage dependency property.
public static readonly DependencyProperty ErrorMessageProperty
IsValidProperty
DependencyProperty
Registers the IsValid dependency property.
public static readonly DependencyProperty IsValidProperty
SymbologyProperty
DependencyProperty
Registers the Symbology dependency property.
public static readonly DependencyProperty SymbologyProperty
ValueProperty
DependencyProperty
Registers the Value dependency property.
public static readonly DependencyProperty ValueProperty
Properties
Gets a string value representing the reason why the barcode is invalid.
public string ErrorMessage { get; }
Gets a value indicating whether the barcode has a valid Value for the current symbology.
public bool IsValid { get; }
Gets or sets the Symbology of the barcode.
public SymbologyBase Symbology { get; set; }
Methods
protected override Size MeasureOverride(Size constraint)
Size
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.
protected override void OnPropertyChanged(DependencyPropertyChangedEventArgs e)