RatingEdit Members
Represents a rating editor.Constructors
| Name | Description |
|---|---|
| RatingEdit() | Initializes a new instance of the RatingEdit class with default settings. |
Fields
| Name | Description |
|---|---|
| ActualEditTemplateProperty static | Identifies the BaseEdit.ActualEditTemplate dependency property. Inherited from BaseEdit. |
| ActualTooltipTextProperty static | Identifies the RatingEdit.ActualTooltipText dependency property. |
| CausesValidationProperty static | Identifies the BaseEdit.CausesValidation dependency property. Inherited from BaseEdit. |
| DisplayFormatStringProperty static | Identifies the BaseEdit.DisplayFormatString dependency property. Inherited from BaseEdit. |
| DisplayTextConverterProperty static | Identifies the BaseEdit.DisplayTextConverter dependency property. Inherited from BaseEdit. |
| DisplayTextProperty static | Identifies the BaseEdit.DisplayText dependency property. Inherited from BaseEdit. |
| EditTemplateProperty static | Identifies the BaseEdit.EditTemplate dependency property. Inherited from BaseEdit. |
| EditValueCandidateProperty static | Identifies the RatingEdit.EditValueCandidate dependency property. |
| EditValueConverterProperty static | Identifies the BaseEdit.EditValueConverter dependency property. Inherited from BaseEdit. |
| EditValueProperty static | Identifies the BaseEdit.EditValue dependency property. Inherited from BaseEdit. |
| EditValueTypeProperty static | Identifies the BaseEdit.EditValueType dependency property. Inherited from BaseEdit. |
| HasValidationErrorProperty static | Identifies the BaseEdit.HasValidationError dependency property. Inherited from BaseEdit. |
| IsInLayoutControlProperty static | Identifies the BaseEdit.IsInLayoutControl dependency property. Inherited from BaseEdit. |
| IsReadOnlyProperty static | Identifies the BaseEdit.IsReadOnly dependency property. Inherited from BaseEdit. |
| ItemHeightProperty static | Identifies the RatingEdit.ItemHeight dependency property. |
| ItemsCountProperty static | Identifies the RatingEdit.ItemsCount dependency property. |
| ItemStyleProperty static | Identifies the RatingEdit.ItemStyle dependency property. |
| ItemWidthProperty static | Identifies the RatingEdit.ItemWidth dependency property. |
| MaximumProperty static | Identifies the RatingEdit.Maximum dependency property. |
| MinimumProperty static | Identifies the RatingEdit.Minimum dependency property. |
| OrientationProperty static | Identifies the RatingEdit.Orientation dependency property. |
| OwnerEditProperty static | Identifies the DevExpress.UI.Xaml.Editors.BaseEdit.OwnerEdit attached property. Inherited from BaseEdit. |
| PrecisionProperty static | Identifies the RatingEdit.Precision dependency property. |
| ShowErrorToolTipProperty static | Identifies the BaseEdit.ShowErrorToolTip dependency property. Inherited from BaseEdit. |
| StyleSettingsProperty static | Identifies the BaseEdit.StyleSettings dependency property. Inherited from BaseEdit. |
| TooltipHorizontalOffsetProperty static | Identifies the RatingEdit.TooltipHorizontalOffset dependency property. |
| TooltipVerticalOffsetProperty static | Identifies the RatingEdit.TooltipVerticalOffset dependency property. |
| ValidateOnEnterKeyPressedProperty static | Identifies the BaseEdit.ValidateOnEnterKeyPressed dependency property. Inherited from BaseEdit. |
| ValidateOnTextInputProperty static | Identifies the BaseEdit.ValidateOnTextInput dependency property. Inherited from BaseEdit. |
| ValidationErrorProperty static | Identifies the BaseEdit.ValidationError dependency property. Inherited from BaseEdit. |
| ValueProperty static | Identifies the RatingEdit.Value dependency property. |
Properties
| Name | Description |
|---|---|
| ActualEditTemplate | Gets or sets the actual data template that defines the editor’s presentation. This is a dependency property. Inherited from BaseEdit. |
| ActualMaximum | Returns the actual maximum rating. |
| ActualMinimum | Returns the actual minimum rating. |
| ActualTooltipText | Gets or sets the text that is currently displayed within the tooltip. This is a dependency property. |
| AllowUpdateTwoWayBoundPropertiesOnSynchronization | Prevents the BaseEdit.EditValue binding source from being updated during synchronization with the DataControlBase.ItemsSource. Inherited from BaseEdit. |
| CausesValidation | Gets or sets a value indicating whether validation is enabled for this editor. This is a dependency property. Inherited from BaseEdit. |
| DisplayFormatString | Gets or sets the pattern used to format the editor’s value for display purposes. This is a dependency property. Inherited from BaseEdit. |
| DisplayText | Gets the text displayed within the editor. This is a dependency property. Inherited from BaseEdit. |
| DisplayTextConverter | Gets or sets a converter used to provide the editor’s display value. This is a dependency property. Inherited from BaseEdit. |
| EditCore | Provides access to an internal editor control. Inherited from BaseEdit. |
| EditTemplate | Gets or sets a template that defines the editor’s presentation. This is a dependency property. Inherited from BaseEdit. |
| EditValue | Gets or sets the editor’s value. This is a dependency property. Inherited from BaseEdit. |
| EditValueCandidate | Gets or sets the current hover value of the RatingEdit. This is a dependency property. |
| EditValueConverter | Gets or sets a converter used to provide the editor’s value. This is a dependency property. Inherited from BaseEdit. |
| EditValuePostDelay | Gets or sets the amount of time, in milliseconds, after which a value specified by a user is posted to the editor. Inherited from BaseEdit. |
| EditValuePostMode | Gets or sets whether a value specified by a user should be posted immediately or after a delay. Inherited from BaseEdit. |
| EditValueType | Gets or sets the edit value’s type treatment. This is a dependency property. Inherited from BaseEdit. |
| HasValidationError | Gets whether an editor has a validation error. This is a dependency property. Inherited from BaseEdit. |
| IsReadOnly | Gets or sets whether the editor’s value can be changed by end-users. This is a dependency property. Inherited from BaseEdit. |
| ItemHeight | Gets or sets the height of items displayed by the RatingEdit. This is a dependency property. |
| ItemsCount | Gets or sets the number of items displayed by the RatingEdit. This is a dependency property. |
| ItemStyle | Gets or sets the style applied to a RatingItem object contained within this RatingEdit. This is a dependency property. |
| ItemWidth | Gets or sets the width of items displayed by the RatingEdit. This is a dependency property. |
| Maximum | Specifies the maximum rating displayed by the RatingEdit. This is a dependency property. |
| Minimum | Specifies the minimum rating displayed by the RatingEdit. This is a dependency property. |
| Orientation | Gets or sets whether the items in the current RatingEdit are arranged horizontally or vertically. This is a dependency property. |
| Precision | Gets or sets the rating precision. This is a dependency property. |
| ShowErrorToolTip | Gets or sets whether a tooltip with error message is shown when the editor is focused. This is a dependency property. Inherited from BaseEdit. |
| StyleSettings | Gets or sets an object that defines an editor’s appearance and behavior. This is a dependency property. Inherited from BaseEdit. |
| TooltipHorizontalOffset | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| TooltipVerticalOffset | This member supports the internal infrastructure and is not intended to be used directly from your code. |
| ValidateOnEnterKeyPressed | Gets or sets whether the edit value should be validated when pressing the ENTER key. This is a dependency property. Inherited from BaseEdit. |
| ValidateOnTextInput | 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 BaseEdit. |
| ValidationError | Gets or sets the validation error defined for the editor. This is a dependency property. Inherited from BaseEdit. |
| Value | Gets or sets the current value of the RatingEdit. This is a dependency property. |
Methods
| Name | Description |
|---|---|
| BeginInit() | Starts the BaseEdit‘s initialization. Initialization occurs at runtime. Inherited from BaseEdit. |
| ClearError() | Clears error notification and resets the editor’s value. Inherited from BaseEdit. |
| DoValidate() | Validates the editor. Inherited from BaseEdit. |
| EndInit() | Ends the BaseEdit‘s initialization. Inherited from BaseEdit. |
| Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
| Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
| GetHashCode() | Serves as the default hash function. Inherited from Object. |
| GetIsInLayoutControl(DependencyObject) static | This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseEdit. |
| GetType() | Gets the Type of the current instance. Inherited from Object. |
| MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| SetIsInLayoutControl(DependencyObject, Boolean) static | This property supports the internal infrastructure and is not intended to be used directly from your code. Inherited from BaseEdit. |
| ToString() | Returns a string that represents the current object. Inherited from Object. |
| UpdateActualToolTipText() | Updates the tooltip text to match the value corresponding to the currently hovered rating item. |
| UpdateDisplayText() | Inherited from BaseEdit. |
Events
| Name | Description |
|---|---|
| CustomDisplayText | Enables you to display a custom text within the editor. Inherited from BaseEdit. |
| EditValueChanged | Occurs after the editor’s value has been changed. Inherited from BaseEdit. |
| EditValueChanging | Occurs before the editor’s value is changed. Inherited from BaseEdit. |
| Validate | Enables you to validate the editor’s value. Inherited from BaseEdit. |
See Also