RatingEdit Members
In This Article
#Constructors
Name | Description |
---|---|
Rating |
Initializes a new instance of the Rating |
#Fields
Name | Description |
---|---|
Actual |
Identifies the Base |
Actual |
Identifies the Rating |
Causes |
Identifies the Base |
Display |
Identifies the Base |
Display |
Identifies the Base |
Display |
Identifies the Base |
Edit |
Identifies the Base |
Edit |
Identifies the Rating |
Edit |
Identifies the Base |
Edit |
Identifies the Base |
Edit |
Identifies the Base |
Has |
Identifies the Base |
Is |
Identifies the Base |
Is |
Identifies the Base |
Item |
Identifies the Rating |
Items |
Identifies the Rating |
Item |
Identifies the Rating |
Item |
Identifies the Rating |
Maximum |
Identifies the Rating |
Minimum |
Identifies the Rating |
Orientation |
Identifies the Rating |
Owner |
Identifies the DevExpress. |
Precision |
Identifies the Rating |
Show |
Identifies the Base |
Style |
Identifies the Base |
Tooltip |
Identifies the Rating |
Tooltip |
Identifies the Rating |
Validate |
Identifies the Base |
Validate |
Identifies the Base |
Validation |
Identifies the Base |
Value |
Identifies the Rating |
#Properties
Name | Description |
---|---|
Actual |
Gets or sets the actual data template that defines the editor’s presentation. This is a dependency property.
Inherited from Base |
Actual |
Returns the actual maximum rating. |
Actual |
Returns the actual minimum rating. |
Actual |
Gets or sets the text that is currently displayed within the tooltip. This is a dependency property. |
Allow |
Prevents the Base |
Causes |
Gets or sets a value indicating whether validation is enabled for this editor. This is a dependency property.
Inherited from Base |
Display |
Gets or sets the pattern used to format the editor’s value for display purposes. This is a dependency property.
Inherited from Base |
Display |
Gets the text displayed within the editor. This is a dependency property.
Inherited from Base |
Display |
Gets or sets a converter used to provide the editor’s display value. This is a dependency property.
Inherited from Base |
Edit |
Provides access to an internal editor control.
Inherited from Base |
Edit |
Gets or sets a template that defines the editor’s presentation. This is a dependency property.
Inherited from Base |
Edit |
Gets or sets the editor’s value. This is a dependency property.
Inherited from Base |
Edit |
Gets or sets the current hover value of the Rating |
Edit |
Gets or sets a converter used to provide the editor’s value. This is a dependency property.
Inherited from Base |
Edit |
Gets or sets the amount of time, in milliseconds, after which a value specified by a user is posted to the editor.
Inherited from Base |
Edit |
Gets or sets whether a value specified by a user should be posted immediately or after a delay.
Inherited from Base |
Edit |
Gets or sets the edit value’s type treatment. This is a dependency property.
Inherited from Base |
Has |
Gets whether an editor has a validation error. This is a dependency property.
Inherited from Base |
Is |
Gets or sets whether the editor’s value can be changed by end-users. This is a dependency property.
Inherited from Base |
Item |
Gets or sets the height of items displayed by the Rating |
Items |
Gets or sets the number of items displayed by the Rating |
Item |
Gets or sets the style applied to a Rating |
Item |
Gets or sets the width of items displayed by the Rating |
Maximum |
Specifies the maximum rating displayed by the Rating |
Minimum |
Specifies the minimum rating displayed by the Rating |
Orientation |
Gets or sets whether the items in the current Rating |
Precision | Gets or sets the rating precision. This is a dependency property. |
Show |
Gets or sets whether a tooltip with error message is shown when the editor is focused. This is a dependency property.
Inherited from Base |
Style |
Gets or sets an object that defines an editor’s appearance and behavior. This is a dependency property.
Inherited from Base |
Tooltip |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Tooltip |
This member supports the internal infrastructure and is not intended to be used directly from your code. |
Validate |
Gets or sets whether the edit value should be validated when pressing the ENTER key. This is a dependency property.
Inherited from Base |
Validate |
Gets or sets whether the edit value should be validated while typing within the editor’s text box. This is a dependency property.
Inherited from Base |
Validation |
Gets or sets the validation error defined for the editor. This is a dependency property.
Inherited from Base |
Value |
Gets or sets the current value of the Rating |
#Methods
Name | Description |
---|---|
Begin |
Starts the Base |
Clear |
Clears error notification and resets the editor’s value.
Inherited from Base |
Do |
Validates the editor.
Inherited from Base |
End |
Ends the Base |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
This property supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
Get |
Gets the Type of the current instance. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Set |
This property supports the internal infrastructure and is not intended to be used directly from your code.
Inherited from Base |
To |
Returns a string that represents the current object. Inherited from Object. |
Update |
Updates the tooltip text to match the value corresponding to the currently hovered rating item. |
Update |
Inherited from Base |
#Events
Name | Description |
---|---|
Custom |
Enables you to display a custom text within the editor.
Inherited from Base |
Edit |
Occurs after the editor’s value has been changed.
Inherited from Base |
Edit |
Occurs before the editor’s value is changed.
Inherited from Base |
Validate |
Enables you to validate the editor’s value.
Inherited from Base |
See Also