Back to Devexpress

IModelListView Properties

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

latest7.4 KB
Original Source

IModelListView Properties

The ListView node defines a List View of a particular business class.

NameDescription
AllowDeleteSpecifies whether objects displayed in the current View can be deleted when the View is Object View. Inherited from IModelView.
AllowEditSpecifies whether objects displayed in the current View can be edited when the View is Object View. Inherited from IModelView.
AllowLinkSpecifies whether or not the associated objects can be linked in the in the current Nested List View.
AllowNewSpecifies whether new objects can be created in the current View when the View is Object View. Inherited from IModelView.
AllowUnlinkSpecifies whether or not the associated objects can be unlinked in the current Nested List View.
ApplicationProvides access to the Application Model‘s root node. Inherited from IModelNode.
AutoExpandAllGroupsSpecifies whether all group rows displayed within the List View are automatically expanded after each grouping operation.
BandsLayoutProvides access to the BandsLayout node.
CaptionSpecifies the caption of the current View. Inherited from IModelView.
ColumnsProvides access to the Columns node.
CriteriaSpecifies the criteria according to which the current List View is filtered.
CustomizationFormEnabledControls runtime layout customization and column chooser for a specific View. Inherited from IModelView.
DataAccessModeSpecifies the mode used to access the collection of business objects displayed in the current List View.
DetailViewSpecifies the List View’s Detail View.
EditorTypeSpecifies the List Editor that displays the current List View in a UI.
FilterSpecifies the current filter criteria for grid data.
FilterEnabledSpecifies whether the filtering functionality is enabled.
FreezeColumnIndicesSpecifies whether automatic update of the List Views‘s column indices is disabled.
GroupSummarySpecifies the current List View’s group summary.
IdSpecifies the current View identifier. Inherited from IModelView.
ImageNameSpecifies the name of the image that is displayed for the current View. Inherited from IModelView.
IndexSpecifies the order index by which nodes are arranged. Inherited from IModelNode.
IsFooterVisibleSpecifies whether the footer of a grid that displays the current List View is visible.
IsGroupPanelVisibleSpecifies whether the group panel of a grid that displays the current List View is visible.
MasterDetailModeSpecifies whether to display the Detail View of the currently selected object near the current List View.
MasterDetailViewSpecifies the Detail View that is displayed in MasterDetailMode.ListViewAndDetailView mode.
ModelClassSpecifies the type of object(s) displayed in the current View. Inherited from IModelObjectView.
NodeCountGets the number of child nodes. Inherited from IModelNode.
ParentProvides access to the parent node. Inherited from IModelNode.
RootFor internal use only. Inherited from IModelNode.
SortingProvides access to the Sorting node.
SplitLayoutProvides access to the SplitLayout node.
TopReturnedObjectsSpecifies the number of objects retrieved by the collection of the List View‘s Collection Source from the database.

See Also

IModelListView Interface

IModelListView Members

DevExpress.ExpressApp.Model Namespace