Class BarcodeDesigner
Gets a collection of Barcode values
Inheritance
System.Object
BarcodeDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class BarcodeDesigner : EJControlDesigner, IEJControlDesigner
Constructors
BarcodeDesigner()
Declaration
Fields
actionList
Declaration
[SecurityCritical]
public DesignerActionListCollection actionList
Field Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
Properties
ActionLists
Declaration
public override DesignerActionListCollection ActionLists { get; }
Property Value
Type |
Description |
System.ComponentModel.Design.DesignerActionListCollection |
|
barcode
Declaration
public Barcode barcode { get; }
Property Value
ControlID
Declaration
protected override string ControlID { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
HostControl
Declaration
public Barcode HostControl { get; }
Property Value
RequiresImageConvertion
Declaration
public override bool RequiresImageConvertion { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
GetControlString()
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements