WebPropertyEditor Properties
The base class for Property Editors that use controls inherited from a System.Web.UI.WebControls.WebControl.
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 |
Cancel |
Specifies if the click event is processed when the current Web |
Can |
Gets whether or not the Property |
Caption |
Returns the current Property Editor’s caption.
Inherited from Property |
Client |
For internal use. |
Control |
Returns the current View Item’s control displayed in a UI.
Inherited from View |
Control |
Returns the value that is set to the current Property Editor’s control. |
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 |
Editor | Provides access to the Property Editor’s control that is used in edit mode. |
Editor |
For internal use. |
Empty |
Obsolete. Gets or sets the string displayed by the Property Editor’s control when its value is null. Used by XAF built-in Property Editors. |
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 |
Group |
Obsolete. For internal use only. |
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 |
Inplace |
Provides access to the Property Editor’s control that is used in view mode. |
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 |
Support |
Indicates whether the current Property Editor can be displayed in edit mode when its created for inline editing in a Grid List Editor. |
Test |
For internal use only. |
Test |
For internal use only. |
Test |
For internal use only. |
Track |
For internal use. |
Use |
Obsolete. For internal use. |
View |
Specifies the Detail View that contains the current View Item.
Inherited from View |
View |
Specifies the mode for displaying the Property Editor’s control. |
See Also