Intersoft ClientUI Documentation
UXRatingCommands Class
Members 



Provides UXRating related commands.
Object Model
UXRatingCommands ClassRoutedUICommand ClassRoutedUICommand ClassRoutedUICommand ClassRoutedUICommand Class
Syntax
Public Class UXRatingCommands 
Dim instance As UXRatingCommands
public class UXRatingCommands 
public ref class UXRatingCommands 
Remarks

UXRating is built around the commanding semantics which allows the value changing interaction to be executed through declarative definition in the XAML markup. The commanding semantics is also an ideal approach for MVVM pattern development.

UXRating already includes several predefined commands to change the selected value that you can use in your application.

Although these commands are already registered in the elements of UXRating, you can still register these commands to other UIElement outside UXRating scope. For example, you can have a UXButton that performs Increase command. For more information on how to register UXRating commands to other type of UIElement, see How-to: Register UXRating Command to UXButton.

Inheritance Hierarchy

System.Object
   Intersoft.Client.UI.Aqua.UXInput.UXRatingCommands

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXRatingCommands Members
Intersoft.Client.UI.Aqua.UXInput Namespace

Concepts

Commanding Overview
UXRating

Send Feedback