Presentation Style SettingsSupports Namespace Grouping Property
This is used to get or set whether or not namespace grouping is supported by the presentation style
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public bool SupportsNamespaceGrouping { get; protected set; }VB
Public Property SupportsNamespaceGrouping As Boolean
Get
Protected SetC++
public:
property bool SupportsNamespaceGrouping {
bool get ();
protected: void set (bool value);
}F#
member SupportsNamespaceGrouping : bool with get, set