Click or drag to resize
DropDownDefinitionControls Property
List of options inside the dropdown

Namespace: FluentRibbon.Definitions.Controls
Assembly: FluentRibbon (in FluentRibbon.dll) Version: 1.0.5338.15939
Syntax
C#
public IEnumerable<ControlDefinition> Controls { get; set; }

Property Value

Type: IEnumerableControlDefinition

Implements

IContainerControls
See Also