Skip to main content
.NET 6.0+

DXPropertyEditor Fields

A base class for Property Editors that use Developer Express Windows Forms controls.
Name Description
DefaultHideClearButtonOnLostFocus static For internal use.
IsNotInStruct static This constant is intended for internal use. Inherited from PropertyEditor.
MemberIsNotReadOnly static This constant is intended for internal use. Inherited from PropertyEditor.
ModelAllowEdit static This constant is intended for internal use. Inherited from PropertyEditor.
PropertyEditorAllowEdit static This constant is intended for internal use. Inherited from PropertyEditor.
RepositoryItemsTypesWithMandatoryButtons static When a Property Editor is displayed in a read-only mode, in most cases the control’s buttons should be invisible to prohibit end-user interaction. However, certain controls must have their buttons visible to provide the viewing functionality. These controls’ repository item types are listed in the collection returned by this field. By default, this collection contains the following types: RepositoryItemImageEdit, RepositoryItemMemoExEdit, RepositoryItemRtfEditEx and RepositoryItemObjectEdit.
SvgImageSize static For internal use.
TextControlHeight static Returns the default control height in pixels. Used by XAF built-in Property Editors. Inherited from WinPropertyEditor.
TheDataTypeIsDefined static This constant is intended for internal use. Inherited from PropertyEditor.
ValueStoringLogTemplate static Inherited from PropertyEditor.
See Also