WinPropertyEditor Members
In This Article
#Fields
Name | Description |
---|---|
Is |
This constant is intended for internal use.
Inherited from Property |
Member |
This constant is intended for internal use.
Inherited from Property |
Model |
This constant is intended for internal use.
Inherited from Property |
Property |
This constant is intended for internal use.
Inherited from Property |
Text |
Returns the default control height in pixels. Used by XAF built-in Property Editors. |
The |
This constant is intended for internal use.
Inherited from Property |
Value |
Inherited from Property |
#Properties
Name | Description |
---|---|
Allow |
Provides access to a collection of reason/value pairs used to make a Property |
Allow |
Indicates whether a property represented by the current Property Editor can be set to null (Nothing in VB).
Inherited from Property |
Can |
Gets whether or not the Property |
Caption |
Returns the current Property Editor’s caption.
Inherited from Property |
Control | Provides access to the control that represents the current Property Editor in a UI. |
Control |
Specifies the property of the current Property Editor’s control that is used for data binding. |
Control |
Returns the value that is set to the current Property Editor’s control.
Inherited from Property |
Current |
Specifies the object for which the current View Item’s View is created.
Inherited from View |
Display |
Specifies the display format string for the Property Editor’s value.
Inherited from Property |
Edit |
Specifies a mask expression for a Property Editor’s control.
Inherited from Property |
Edit |
Specifies the Property |
Error |
Specifies the error icon displayed within the Property |
Error |
Specifies the message about validation rules broken because of the current Property Editor’s bound property.
Inherited from Property |
Id |
Gets the identifier of the current View Item.
Inherited from View |
Immediate |
Specifies whether the property editor’s control value should be passed to the property of a bound object as soon as possible when the value is changed by user. For instance, it allows you to enforce updating other displayed values that are calculated based on the current property.
Inherited from Property |
Is |
Indicates whether the caption of the current Property Editor should be visible in a UI.
Inherited from Property |
Is |
Inherited from View |
Is |
Specifies whether the current Property Editor represents a password.
Inherited from Property |
Max |
Specifies the maximum length that the current Property Editor’s value can have.
Inherited from Property |
Member |
Provides access to the IMember |
Model |
Provides access to the Application Model‘s node defining the current Property Editor.
Inherited from Property |
Null |
Specifies the text that a Property Editor displays when its value is null or String. |
Object |
Specifies the type of object for which the current View Item’s View is created.
Inherited from View |
Object |
Provides access to the information on the type of the object which is represented by the current View Item’s View.
Inherited from View |
Property |
Specifies the name of the property that is represented by the current Property Editor.
Inherited from Property |
Property |
Specifies the value of the property represented by the current Property Editor.
Inherited from Property |
Service |
Inherited from Property |
View |
Specifies the Detail View that contains the current View Item.
Inherited from View |
#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.
Inherited from View |
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. |
Get |
Specifies the underlying type of the property represented by the current Property Editor.
Inherited from Property |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Read |
Reads a value to the current Property Editor’s control.
Inherited from Property |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh() |
Refreshes the current Property Editor’s control value.
Inherited from Property |
Refresh |
Refreshes the current View Item. Optionally, refreshes the View Item’s data source.
Inherited from View |
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.
Inherited from View |
To |
Returns a string that represents the current object. Inherited from Object. |
Write |
Sets the value that is specified in the current Property Editor’s control for the bound property.
Inherited from Property |
#Events
Name | Description |
---|---|
Allow |
Occurs when the current Property |
Control |
Occurs after a control has been created for the current View Item.
Inherited from View |
Control |
Occurs before a control is created for the current View Item.
Inherited from View |
Control |
In the Property |
Current |
Occurs after changing the object (not an object’s property value) for which the current View Item’s View is created.
Inherited from View |
Current |
Occurs before changing the object for which the current View Item’s View is created.
Inherited from View |
Custom |
Inherited from Property |
Error |
Inherited from Property |
Value |
Occurs after the property value has been read to the current Property Editor’s control.
Inherited from Property |
Value |
Occurs after the value of the Property Editor’s control is set for the bound property.
Inherited from Property |
Value |
Occurs before the value of the Property Editor’s control is set for the bound property.
Inherited from Property |
Visibility |
This event is intended for internal use.
Inherited from Property |
See Also