PresentationStyleSettingsSupportsCodeSnippetGrouping 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: 2024.2.18.0
public bool SupportsCodeSnippetGrouping { get; protected set; }

Property Value

Boolean

Remarks

If true, code snippets will be grouped and sorted based on the syntax generators present in the project.

See Also