Skip to main content

RatingEdit Methods

Represents a rating editor.
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.
See Also