Skip to main content
.NET 6.0+

ViewItem Methods

Represents a base class for View Items.
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.
Dispose() Releases all resources used by this ViewItem object.
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.
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.
Refresh() Refreshes the current View Item.
Refresh(Boolean) Refreshes the current View Item. Optionally, refreshes the View Item’s data source.
RefreshDataSource() Refreshes the data source of the current ViewItem.
SaveModel() Saves the required information on the current state of the View Item to the Application Model.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also