Class RatingDesigner
Represents the RatingDesigner class
Inheritance
System.Object
RatingDesigner
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class RatingDesigner : EJControlDesigner, IEJControlDesigner
Constructors
RatingDesigner()
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 |
|
Rating
Initializes the new instance of Rating class
Declaration
public Rating Rating { get; }
Property Value
Methods
GetControlString()
Get the html element of the Rating control in string format
Declaration
protected override string GetControlString()
Returns
Type |
Description |
System.String |
|
Overrides
Implements