Skip to main content
.NET 6.0+

IModelMemberViewItem Members

Serves as the base interface for the IModelPropertyEditor and IModelColumn interfaces.

Properties

Name Description
AllowClear Specifies whether or not a user can clear a value in the lookup editor. Inherited from IModelCommonMemberViewItem.
AllowEdit Specifies whether or not the current Property Editor should be read-only. Inherited from IModelCommonMemberViewItem.
Application Provides access to the Application Model‘s root node. Inherited from IModelNode.
Caption Specifies the caption of the current Property Editor. Inherited from IModelCommonMemberViewItem.
CaptionForFalse Specifies 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.
CaptionForTrue Specifies 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.
DataSourceCriteria Specifies filtering criteria for the current Property Editor, if it displays a reference property. Inherited from IModelCommonMemberViewItem.
DataSourceCriteriaProperty Specifies the name of the property of the CriteriaOperator type, whose value is used to filter a Lookup Property Editor displayed for the current property.
DataSourceProperty Specifies the property that the current Property Editor must display, instead of its predefined property.
DataSourcePropertyIsNullCriteria Specifies the criteria upon which a list of objects is formed in the current lookup Property Editor. Inherited from IModelCommonMemberViewItem.
DataSourcePropertyIsNullMode Specifies objects displayed in the current Lookup Property Editor, when the IModelMemberViewItem.DataSourceProperty property is null (Nothing in VB). Inherited from IModelCommonMemberViewItem.
DisplayFormat Specifies a display format pattern for a Property Editor‘s value. Inherited from IModelCommonMemberViewItem.
EditMask Specifies a mask expression for a Property Editor. Inherited from IModelCommonMemberViewItem.
EditMaskType Specifies the edit mask type of a value in the current Property Editor. Inherited from IModelCommonMemberViewItem.
ImageEditorCustomHeight Specifies the height of inplace Image Property Editors.
ImageEditorFixedHeight Specifies the fixed height of the current Property Editor.
ImageEditorFixedWidth Specifies the fixed width of the current Property Editor.
ImageEditorMode Specifies the repository item used to display the current property in List Views.
ImageForFalse Specifies the name of the image that is displayed for the property’s False value. Inherited from IModelCommonMemberViewItem.
ImageForTrue Specifies the name of the image that is displayed for the property’s True value. Inherited from IModelCommonMemberViewItem.
ImageSizeMode Specifies how the current Property Editor must resize images. Inherited from IModelCommonMemberViewItem.
ImmediatePostData 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 IModelCommonMemberViewItem.
Index Specifies the order index by which nodes are arranged. Inherited from IModelNode.
IsPassword Specifies whether the current Property Editor displays a password to determine whether its value should be typed as a password. Inherited from IModelCommonMemberViewItem.
LookupEditorMode Specifies the mode of the current Lookup Property Editor. Inherited from IModelCommonMemberViewItem.
LookupProperty Specifies 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.
MaxLength Specifies the maximum number of characters that users can type in the Property Editor.
ModelMember Specifies the property that the current Property Editor displays in a UI.
NodeCount Gets the number of child nodes. Inherited from IModelNode.
NullText Specifies 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 IModelCommonMemberViewItem.
Parent Provides access to the parent node. Inherited from IModelNode.
ParentView Specifies the View that contains a Property Editor.
PredefinedValues Specifies predefined values for the current Property Editor, separated by semicolons. Inherited from IModelCommonMemberViewItem.
PropertyEditorType Specifies the Property Editor that is used for the current property in a UI. Inherited from IModelCommonMemberViewItem.
PropertyEditorTypes Specifies the possible Property Editors that can be used for the current property in a UI. Inherited from IModelCommonMemberViewItem.
PropertyName Specifies the name of the property that the current column displays in a UI.
Root For internal use only. Inherited from IModelNode.
RowCount Specifies the row count of a Property Editor. Inherited from IModelCommonMemberViewItem.
ToolTip Specifies the tooltip text. Inherited from IModelToolTip.
View Specifies a View for a Property Editor to display. Has effect for the ListPropertyEditor, DetailPropertyEditor, ObjectPropertyEditor, and LookupPropertyEditor types.
Views Specifies the possible Views that can be displayed by a Property Editor.

Methods

Name Description
AddNode<NodeType>() Adds a new child node of a specific type. Inherited from IModelNode.
AddNode<NodeType>(String) Adds a new child node of a specific type with a specific identifier. Inherited from IModelNode.
ClearValue(String) Resets the node’s property value to the value specified in the previous Application Model layer. Inherited from IModelNode.
GetNode(Int32) Gets the child node with a specific index. Inherited from IModelNode.
GetNode(String) Gets the child node with a specific identifier. Inherited from IModelNode.
GetValue<ValueType>(String) Returns the value of the node’s specified property. Inherited from IModelNode.
HasValue(String) Indicates whether the node’s property has a value assigned. Inherited from IModelNode.
Remove() Removes the current node. Inherited from IModelNode.
SetValue<ValueType>(String, ValueType) Changes the value of the node’s specified property. Inherited from IModelNode.
See Also