SandcastleProjectNamespaceGrouping Property

This read-only property is used to get whether namespace grouping is enabled. The presentation style must have support for namespace grouping in order for the feature to work.

Definition

Namespace: SandcastleBuilder.Utils
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.2.18.0
public bool NamespaceGrouping { get; }

Property Value

Boolean
If true, namespace grouping is enabled. Otherwise, namespace grouping is not enabled

Remarks

Namespace groups are determined automatically and may be documented as well

See Also