Click or drag to resize
GroupTemplateDefinition.SectionIds Field
Section ids for placing controls in. You should use this ids when creating ControlDefinition descendent classes instances.

Namespace: FluentRibbon.Definitions
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public IEnumerable<string> SectionIds

Field Value

Type: IEnumerable<String>
See Also