Back to Devexpress

IModelCommonMemberViewItem Members

expressappframework-devexpress-dot-expressapp-dot-model-dot-imodelcommonmemberviewitem-dot-underscore-members.md

latest6.1 KB
Original Source

IModelCommonMemberViewItem Members

Serves as the base interface for the IModelMember and IModelMemberViewItem interfaces.

Properties

NameDescription
AllowClearSpecifies whether or not a user can clear a value in the lookup editor.
AllowEditSpecifies whether or not the current Property Editor should be read-only.
CaptionSpecifies the caption of the current Property Editor.
CaptionForFalseSpecifies the caption for the false value of the current Property Editor, if this Property Editor displays a property of the Boolean type.
CaptionForTrueSpecifies the caption for the true value of the current Property Editor, if this Property Editor displays a property of the Boolean type.
DataSourceCriteriaSpecifies filtering criteria for the current Property Editor, if it displays a reference property.
DataSourcePropertyIsNullCriteriaSpecifies the criteria upon which a list of objects is formed in the current lookup Property Editor.
DataSourcePropertyIsNullModeSpecifies objects displayed in the current Lookup Property Editor, when the IModelMemberViewItem.DataSourceProperty property is null.
DisplayFormatSpecifies a display format pattern for a Property Editor‘s value.
EditMaskSpecifies a mask expression for a Property Editor.
EditMaskTypeSpecifies the edit mask type of a value in the current Property Editor.
ImageForFalseSpecifies the name of the image that is displayed for the property’s False value.
ImageForTrueSpecifies the name of the image that is displayed for the property’s True value.
ImageSizeModeSpecifies how the current Property Editor must resize images.
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.
IsPasswordSpecifies whether the current Property Editor displays a password to determine whether its value should be typed as a password.
LookupEditorModeSpecifies the mode of the current Lookup Property Editor.
LookupPropertySpecifies the property whose value is displayed in the text editor of the current Property Editor, if it represents a Lookup Property Editor.
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
PredefinedValuesSpecifies predefined values for the current Property Editor, separated by semicolons.
PropertyEditorTypeSpecifies the Property Editor that is used for the current property in a UI.
PropertyEditorTypesSpecifies the possible Property Editors that can be used for the current property in a UI.
RowCountSpecifies the row count of a Property Editor.
ToolTipSpecifies the tooltip text. Inherited from IModelToolTip.

See Also

IModelCommonMemberViewItem Interface

DevExpress.ExpressApp.Model Namespace