Skip to main content
.NET 6.0+

ModelDetailViewLayoutNodesGenerator Members

A Nodes Generator that generates the content of the IModelViewLayout node.

Constructors

Name Description
ModelDetailViewLayoutNodesGenerator() Initializes a new instance of the ModelDetailViewLayoutNodesGenerator class.

Fields

Name Description
CollectionsLayoutGroupName Specifies a layout group name for a collection. The default value is RelatedDetails.
EditorsMaxCountForLayoutInFlow static Specifies the number of editors that are automatically placed in one column. This constant is set to 4.
ForceShowGroupCaptions static For internal use.
GenerateTabsForCollections static Specifies whether new tabs are created for collections or not. The default value is true.
LayoutGroupNameSuffix Specifies the suffix to be used in layout group names.
MainLayoutGroupName The identifier of the main layout group.
ShowCaptionForCollectionsGroup static
SimpleEditorsLayoutGroupName The identifier of the layout group that contains layout items for simple properties (such as value type or enumeration properties).
SizeableEditorsLayoutGroupName Specifies the name of the layout group that contains sizable editors.
STR_col1 Specifies the suffix used in the name of the first column layout group.
STR_col2 Specifies the suffix used in the name of the second column layout group.
TabsLayoutGroupName Specifies the name of the layout group that contains tabbed groups.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GenerateNodes(ModelNode) Generates the specified node’s content. Inherited from ModelNodesGeneratorBase.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
IsBinaryImage(IMemberInfo) static For internal use. Inherited from ModelNodesGeneratorBase.
IsRichEditPropertyEditorAlias(IMemberInfo) static For internal use. Inherited from ModelNodesGeneratorBase.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also