Back to Devexpress

IModelMember Properties

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelmember-dot-underscore-properties.md

latest14.7 KB
Original Source

IModelMember Properties

The Member node defines a property of the class specified by the parent node.

NameDescription
AllowAddConsidered for the XPCollection type properties, with an abstract class as a generic parameter. Specifies whether instances of this abstract class are added to a List View that displays the current property.
AllowClearSpecifies whether or not a user can clear a value in the lookup editor. Inherited from IModelCommonMemberViewItem.
AllowEditSpecifies whether or not the current Property Editor should be read-only. Inherited from IModelCommonMemberViewItem.
ApplicationProvides access to the Application Model‘s root node. Inherited from IModelNode.
CaptionSpecifies the caption of the current Property Editor. Inherited from IModelCommonMemberViewItem.
CaptionForFalseSpecifies the caption for the false value of the current Property Editor, if this Property Editor displays a property of the Boolean type. Inherited from IModelCommonMemberViewItem.
CaptionForTrueSpecifies the caption for the true value of the current Property Editor, if this Property Editor displays a property of the Boolean type. Inherited from IModelCommonMemberViewItem.
DataSourceCriteriaSpecifies filtering criteria for the current Property Editor, if it displays a reference property. Inherited from IModelCommonMemberViewItem.
DataSourceCriteriaPropertySpecifies the name of the property of the CriteriaOperator type, whose value is used to filter a Lookup Property Editor displayed for the current property.
DataSourcePropertySpecifies the property that the current Property Editor must display, instead of its predefined property.
DataSourcePropertyIsNullCriteriaSpecifies the criteria upon which a list of objects is formed in the current lookup Property Editor. Inherited from IModelCommonMemberViewItem.
DataSourcePropertyIsNullModeSpecifies objects displayed in the current Lookup Property Editor, when the IModelMemberViewItem.DataSourceProperty property is null. Inherited from IModelCommonMemberViewItem.
DetailViewImageEditorFixedHeightSpecifies the fixed height of Image Property Editors in Detail Views when displaying the property.
DetailViewImageEditorFixedWidthSpecifies the fixed width of Image Property Editors in Detail Views when displaying the property.
DetailViewImageEditorModeSpecifies the editor used to display the current property in Detail Views.
DisplayFormatSpecifies a display format pattern for a Property Editor‘s value. Inherited from IModelCommonMemberViewItem.
EditMaskSpecifies a mask expression for a Property Editor. Inherited from IModelCommonMemberViewItem.
EditMaskTypeSpecifies the edit mask type of a value in the current Property Editor. Inherited from IModelCommonMemberViewItem.
ExpressionSpecifies an expression used to calculate the custom field value.
GroupIntervalSpecifies the default group interval for the current property.
ImageForFalseSpecifies the name of the image that is displayed for the property’s False value. Inherited from IModelCommonMemberViewItem.
ImageForTrueSpecifies the name of the image that is displayed for the property’s True value. Inherited from IModelCommonMemberViewItem.
ImageSizeModeSpecifies how the current Property Editor must resize images. Inherited from IModelCommonMemberViewItem.
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 IModelCommonMemberViewItem.
IndexSpecifies the order index by which nodes are arranged. Inherited from IModelNode.
IsCalculatedSpecifies whether or not the custom field is calculated.
IsCustomSpecifies whether the current property is custom.
IsPasswordSpecifies whether the current Property Editor displays a password to determine whether its value should be typed as a password. Inherited from IModelCommonMemberViewItem.
IsVisibleInDetailViewSpecifies whether the Property Editor that corresponds to a property is visible in a Detail View.
IsVisibleInListViewSpecifies whether the column that corresponds to a property is initially visible in a List View.
IsVisibleInLookupListViewSpecifies whether the current property is displayed in Lookup List Views, together with the default lookup property.
ListViewImageEditorCustomHeightSpecifies the height of inplace Image Property Editors in List Views, when displaying the property.
ListViewImageEditorModeSpecifies the inplace editor used to display the current property in List Views.
LookupEditorModeSpecifies the mode of the current Lookup Property Editor. Inherited from IModelCommonMemberViewItem.
LookupPropertySpecifies the property whose value is displayed in the text editor of the current Property Editor, if it represents a Lookup Property Editor. Inherited from IModelCommonMemberViewItem.
MemberInfoSupplies metadata information on the current property.
ModelClassSpecifies the business class in which the current property is declared.
NameSpecifies the current property name.
NodeCountGets the number of child nodes. Inherited from IModelNode.
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.ValueInherited from IModelCommonMemberViewItem.
ParentProvides access to the parent node. Inherited from IModelNode.
PredefinedValuesSpecifies predefined values for the current Property Editor, separated by semicolons. Inherited from IModelCommonMemberViewItem.
PropertyEditorTypeSpecifies the Property Editor that is used for the current property in a UI. Inherited from IModelCommonMemberViewItem.
PropertyEditorTypesSpecifies the possible Property Editors that can be used for the current property in a UI. Inherited from IModelCommonMemberViewItem.
RootFor internal use only. Inherited from IModelNode.
RowCountSpecifies the row count of a Property Editor. Inherited from IModelCommonMemberViewItem.
SizeSpecifies the maximum number of characters that users can type in Property Editors of the current string property. You can also specify the current member’s XPMemberInfo.MappingFieldSize property (XPO only) or apply FieldSizeAttribute to it. Property Editors ignore the IModelMember.Size property if its value is more than the MappingFieldSize or FieldSizeAttribute value.
ToolTipSpecifies the tooltip text. Inherited from IModelToolTip.
TypeSpecifies the current property type.

See Also

IModelMember Interface

IModelMember Members

DevExpress.ExpressApp.Model Namespace