skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadRating

Inheritance
System.Object
RadControl
RadRating
Inherited Members
RadControl.EndVisualStateUpdate(Boolean, Boolean)
RadControl.UpdateVisualState(Boolean)
RadControl.BeginVisualStateUpdate()
RadControl.SetVisualState(String, Boolean)
RadControl.CanUpdateVisualState()
RadControl.ComposeVisualStateName()
RadControl.MeasureOverride(Size)
RadControl.ArrangeOverride(Size)
RadControl.OnApplyTemplate()
RadControl.UnapplyTemplateCore()
RadControl.OnIsEnabledChanged(Boolean, Boolean)
RadControl.OnTemplateApplied()
RadControl.LoadCore()
RadControl.OnLoaded()
RadControl.UnloadCore()
RadControl.CurrentVisualState
RadControl.IsLoaded
RadControl.IsLoading
RadControl.IsUnloaded
RadControl.WasUnloaded
RadControl.IsTemplateApplied
Namespace: Telerik.UI.Xaml.Controls.Input
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class RadRating : RadControl, IWeakEventListener

Constructors

RadRating()

Declaration
public RadRating()

Fields

AutoGeneratedItemsCountProperty

Declaration
public static readonly DependencyProperty AutoGeneratedItemsCountProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CommandParameterProperty

Declaration
public static readonly DependencyProperty CommandParameterProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

CommandProperty

Declaration
public static readonly DependencyProperty CommandProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

EmptyIconContentProperty

Declaration
public static readonly DependencyProperty EmptyIconContentProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

EmptyIconContentTemplateProperty

Declaration
public static readonly DependencyProperty EmptyIconContentTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

EmptyIconStyleProperty

Declaration
public static readonly DependencyProperty EmptyIconStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

FilledIconContentProperty

Declaration
public static readonly DependencyProperty FilledIconContentProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

FilledIconContentTemplateProperty

Declaration
public static readonly DependencyProperty FilledIconContentTemplateProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

FilledIconStyleProperty

Declaration
public static readonly DependencyProperty FilledIconStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

HighlightedIconStyleProperty

Declaration
public static readonly DependencyProperty HighlightedIconStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsPanEnabledProperty

Declaration
public static readonly DependencyProperty IsPanEnabledProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsReadOnlyProperty

Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

OrientationProperty

Declaration
public static readonly DependencyProperty OrientationProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

PrecisionProperty

Declaration
public static readonly DependencyProperty PrecisionProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

SelectionModeProperty

Declaration
public static readonly DependencyProperty SelectionModeProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

ValueProperty

Declaration
public static readonly DependencyProperty ValueProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

AutoGeneratedItemsCount

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

Command

Declaration
public ICommand Command { get; set; }
Property Value
System.Windows.Input.ICommand

CommandParameter

Declaration
public object CommandParameter { get; set; }
Property Value
System.Object

EmptyIconContent

Declaration
public object EmptyIconContent { get; set; }
Property Value
System.Object

EmptyIconContentTemplate

Declaration
public object EmptyIconContentTemplate { get; set; }
Property Value
System.Object

EmptyIconStyle

Declaration
public Style EmptyIconStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

FilledIconContent

Declaration
public object FilledIconContent { get; set; }
Property Value
System.Object

FilledIconContentTemplate

Declaration
public object FilledIconContentTemplate { get; set; }
Property Value
System.Object

FilledIconStyle

Declaration
public Style FilledIconStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

HighlightedIconStyle

Declaration
public Style HighlightedIconStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

IsPanEnabled

Declaration
public bool IsPanEnabled { get; set; }
Property Value
System.Boolean

IsReadOnly

Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean

Items

Declaration
public ObservableCollection<RadRatingItem> Items { get; }
Property Value
System.Collections.ObjectModel.ObservableCollection<RadRatingItem>

Orientation

Declaration
public Orientation Orientation { get; set; }
Property Value
Microsoft.UI.Xaml.Controls.Orientation

Precision

Declaration
public RatingPrecision Precision { get; set; }
Property Value
RatingPrecision

SelectionMode

Declaration
public RatingSelectionMode SelectionMode { get; set; }
Property Value
RatingSelectionMode

Value

Declaration
public double Value { get; set; }
Property Value
System.Double

Methods

ApplyTemplateCore()

Declaration
protected override bool ApplyTemplateCore()
Returns
System.Boolean

Overrides
RadControl.ApplyTemplateCore()

Finalize()

Declaration
protected override void Finalize()

OnCreateAutomationPeer()

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer

Overrides
RadControl.OnCreateAutomationPeer()

OnKeyDown(KeyRoutedEventArgs)

Declaration
protected override void OnKeyDown(KeyRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.KeyRoutedEventArgs e

OnManipulationCompleted(ManipulationCompletedRoutedEventArgs)

Declaration
protected override void OnManipulationCompleted(ManipulationCompletedRoutedEventArgs args)
Parameters
Microsoft.UI.Xaml.Input.ManipulationCompletedRoutedEventArgs args

OnManipulationDelta(ManipulationDeltaRoutedEventArgs)

Declaration
protected override void OnManipulationDelta(ManipulationDeltaRoutedEventArgs args)
Parameters
Microsoft.UI.Xaml.Input.ManipulationDeltaRoutedEventArgs args

OnManipulationStarted(ManipulationStartedRoutedEventArgs)

Declaration
protected override void OnManipulationStarted(ManipulationStartedRoutedEventArgs args)
Parameters
Microsoft.UI.Xaml.Input.ManipulationStartedRoutedEventArgs args

OnValueChanged(ValueChangedEventArgs<Object>)

Declaration
protected virtual void OnValueChanged(ValueChangedEventArgs<object> args)
Parameters
ValueChangedEventArgs<System.Object> args

OnValueChanging(ValueChangingEventArgs<Object>)

Declaration
protected virtual void OnValueChanging(ValueChangingEventArgs<object> args)
Parameters
ValueChangingEventArgs<System.Object> args

Events

ValueChanged

Declaration
public event EventHandler<ValueChangedEventArgs<object>> ValueChanged
Event Type
System.EventHandler<ValueChangedEventArgs<System.Object>>

ValueChanging

Declaration
public event EventHandler<ValueChangingEventArgs<object>> ValueChanging
Event Type
System.EventHandler<ValueChangingEventArgs<System.Object>>

Explicit Interface Implementations

IWeakEventListener.ReceiveEvent(Object, Object)

Declaration
void IWeakEventListener.ReceiveEvent(object sender, object args)
Parameters
System.Object sender

System.Object args

Implements
IWeakEventListener.ReceiveEvent(Object, Object)

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.