Presentation Style SettingsSupports Code Snippet Grouping Property
This is used to get or set whether or not code snippet 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 SupportsCodeSnippetGrouping { get; protected set; }VB
Public Property SupportsCodeSnippetGrouping As Boolean
Get
Protected SetC++
public:
property bool SupportsCodeSnippetGrouping {
bool get ();
protected: void set (bool value);
}F#
member SupportsCodeSnippetGrouping : bool with get, setProperty Value
BooleanRemarks
If true, code snippets will be grouped and sorted based on the syntax generators present
in the project.