menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RatingControlActionList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RatingControlActionList

    RatingControlActionList class.

    Inheritance
    System.Object
    SyncActionListBase<RatingControl>
    RatingControlActionList
    Inherited Members
    SyncActionListBase<RatingControl>.AddDesignerActionHeaderItem(String)
    SyncActionListBase<RatingControl>.AddDesignerActionMethodItem(String, String, String, String)
    SyncActionListBase<RatingControl>.AddDesignerActionPropertyItem(String, String, String, String)
    SyncActionListBase<RatingControl>.AddDesignerActionTextItem(String, String)
    SyncActionListBase<RatingControl>.Control
    SyncActionListBase<RatingControl>.GetProperty(String)
    SyncActionListBase<RatingControl>.GetSortedActionItems()
    SyncActionListBase<RatingControl>.GetValue(String)
    SyncActionListBase<RatingControl>.SetValue(String, Object)
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class RatingControlActionList : SyncActionListBase<RatingControl>

    Constructors

    RatingControlActionList(IComponent)

    Initializes a new instance of the CheckBoxAdvActionList class.

    Declaration
    public RatingControlActionList(IComponent component)
    Parameters
    Type Name Description
    System.ComponentModel.IComponent component

    Represents component

    Properties

    ItemsCount

    Gets or sets the shapecount

    Declaration
    public int ItemsCount { get; set; }
    Property Value
    Type
    System.Int32

    Name

    Gets or sets Name.

    Declaration
    public string Name { get; set; }
    Property Value
    Type
    System.String

    OfficeColorScheme

    Gets or sets the Officecolor scheme.

    Declaration
    public OfficeColorSchemes OfficeColorScheme { get; set; }
    Property Value
    Type Description
    OfficeColorSchemes

    The Officecolor scheme.

    Shape

    Gets or sets the Shape.

    Declaration
    public Shapes Shape { get; set; }
    Property Value
    Type Description
    Shapes

    Shape.

    Style

    Gets or sets the visual style.

    Declaration
    public RatingControl.Styles Style { get; set; }
    Property Value
    Type Description
    RatingControl.Styles

    The style.

    Value

    Gets or sets the value

    Declaration
    public float Value { get; set; }
    Property Value
    Type
    System.Single

    Methods

    InitializeActionList()

    Overrridden InitializeActionList.

    Declaration
    protected override void InitializeActionList()
    Overrides
    Syncfusion.Windows.Forms.Design.SyncActionListBase<Syncfusion.Windows.Forms.Tools.RatingControl>.InitializeActionList()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved