Interface IToolbarItem
Represents interface for toolbar items that can start a group.
Namespace: FastReport.Controls
Assembly: FastReport.dll
Syntax
public interface IToolbarItem
Properties
BeginGroup
Determines if this item starts a group.
Declaration
bool BeginGroup { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |