Skip to main content
.NET 8.0+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

WinPropertyEditor Methods
Show Inherited Hide Inherited

Represents a base class for Windows Forms Property Editors.
Name Description
BreakLinksToControl(Boolean) Unsubscribes from the control’s events and, depending on the parameter, also disposes of the control and removes the link to the control.
CreateControl() Creates a control that represents the current View Item in a UI. Inherited from ViewItem.
Dispose() Releases all resources used by this ViewItem object. Inherited from ViewItem.
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.
GetType() Gets the Type of the current instance. Inherited from Object.
GetUnderlyingType() Specifies the underlying type of the property represented by the current Property Editor. Inherited from PropertyEditor.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReadValue() Reads a value to the current Property Editor’s control. Inherited from PropertyEditor.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Refresh() Refreshes the current Property Editor’s control value. Inherited from PropertyEditor.
Refresh(Boolean) Refreshes the current View Item. Optionally, refreshes the View Item’s data source. Inherited from ViewItem.
RefreshDataSource() Refreshes the data source of the current ViewItem. Inherited from ViewItem.
SaveModel() Saves the required information on the current state of the View Item to the Application Model. Inherited from ViewItem.
ToString() Returns a string that represents the current object. Inherited from Object.
WriteValue() Sets the value that is specified in the current Property Editor’s control for the bound property. Inherited from PropertyEditor.
See Also