ScorecardGroupSeparatorLines Property |
Gets the collection of separator lines to draw.
Namespace:
Dundas.BI.Entities.Views
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic IList<SeparatorLine> SeparatorLines { get; }Public ReadOnly Property SeparatorLines As IList(Of SeparatorLine)
Get
public:
property IList<SeparatorLine^>^ SeparatorLines {
IList<SeparatorLine^>^ get ();
}member SeparatorLines : IList<SeparatorLine> with get
Property Value
Type:
IListSeparatorLine
The separator lines.
See Also