Back to Devexpress

DXPropertyEditor Properties

expressappframework-devexpress-dot-expressapp-dot-win-dot-editors-dot-dxpropertyeditor-dot-underscore-properties.md

latest8.9 KB
Original Source

DXPropertyEditor Properties

A base class for Property Editors that use Developer Express Windows Forms controls.

NameDescription
AllowEditProvides access to a collection of reason/value pairs used to make a PropertyEditor read-only/editable. Inherited from PropertyEditor.
AllowNullIndicates whether a property represented by the current Property Editor can be set to null. Inherited from PropertyEditor.
CanFormatPropertyValueGets whether or not the PropertyEditor‘s value can be formatted. Inherited from PropertyEditor.
CaptionReturns the current Property Editor’s caption. Inherited from PropertyEditor.
ControlProvides access to the control that represents the current Property Editor in a UI.
ControlBindingPropertySpecifies the property of the current Property Editor’s control that is used for data binding. Inherited from WinPropertyEditor.
ControlValueReturns the value that is set to the current Property Editor’s control. Inherited from PropertyEditor.
CurrentObjectSpecifies the object for which the current View Item’s View is created. Inherited from ViewItem.
DisplayFormatSpecifies the display format string for the Property Editor’s value. Inherited from PropertyEditor.
EditMaskSpecifies a mask expression for a Property Editor’s control. Inherited from PropertyEditor.
EditMaskTypeSpecifies the PropertyEditor‘s edit mask type. Inherited from PropertyEditor.
ErrorIconSpecifies the error icon displayed within the DXPropertyEditor when an error is associated with the editor.
ErrorMessageSpecifies the message about validation rules broken because of the current Property Editor’s bound property.
IdGets the identifier of the current View Item. Inherited from ViewItem.
ImmediatePostDataSpecifies 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 PropertyEditor.
IsCaptionVisibleIndicates whether the caption of the current Property Editor should be visible in a UI. Inherited from PropertyEditor.
IsDisposedInherited from ViewItem.
IsPasswordSpecifies whether the current Property Editor represents a password. Inherited from PropertyEditor.
MaxLengthSpecifies the maximum length that the current Property Editor’s value can have. Inherited from PropertyEditor.
MemberInfoProvides access to the IMemberInfo object that contains information on the property represented by the current Property Editor. Inherited from PropertyEditor.
ModelProvides access to the Application Model‘s node defining the current Property Editor. Inherited from PropertyEditor.
NullTextSpecifies the text that a Property Editor displays when its value is null or String.Empty. WinForms Property Editors also show this text if their value is DBNull.Value. Inherited from PropertyEditor.
ObjectTypeSpecifies the type of object for which the current View Item’s View is created. Inherited from ViewItem.
ObjectTypeInfoProvides access to the information on the type of the object which is represented by the current View Item’s View. Inherited from ViewItem.
PropertyNameSpecifies the name of the property that is represented by the current Property Editor. Inherited from PropertyEditor.
PropertyValueSpecifies the value of the property represented by the current Property Editor. Inherited from PropertyEditor.
ServiceProviderInherited from PropertyEditor.
ViewSpecifies the Detail View that contains the current View Item. Inherited from ViewItem.

See Also

DXPropertyEditor Class

DXPropertyEditor Members

DevExpress.ExpressApp.Win.Editors Namespace