ViewItem Members
In This Article
#Constructors
Name | Description |
---|---|
View |
Creates a new instance of the View |
#Properties
Name | Description |
---|---|
Caption | Returns the current View Item‘s caption. |
Control | Returns the current View Item’s control displayed in a UI. |
Current |
Specifies the object for which the current View Item’s View is created. |
Id | Gets the identifier of the current View Item. |
Is |
Indicates whether the caption of the current View Item should be visible. |
Is |
|
Object |
Specifies the type of object for which the current View Item’s View is created. |
Object |
Provides access to the information on the type of the object which is represented by the current View Item’s View. |
View | Specifies the Detail View that contains the current View Item. |
#Methods
Name | Description |
---|---|
Break |
Unsubscribes from the control’s events and, depending on the parameter, also disposes of the control and removes the link to the control. |
Create |
Creates a control that represents the current View Item in a UI. |
Dispose() |
Releases all resources used by this View |
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 |
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. |
Refresh() | Refreshes the current View Item. |
Refresh |
Refreshes the current View Item. Optionally, refreshes the View Item’s data source. |
Refresh |
Refreshes the data source of the current View |
Save |
Saves the required information on the current state of the View Item to the Application Model. |
To |
Returns a string that represents the current object. Inherited from Object. |
#Events
Name | Description |
---|---|
Control |
Occurs after a control has been created for the current View Item. |
Control |
Occurs before a control is created for the current View Item. |
Current |
Occurs after changing the object (not an object’s property value) for which the current View Item’s View is created. |
Current |
Occurs before changing the object for which the current View Item’s View is created. |
See Also