TableOfContentsEntryPropertiesEntryStyle Property |
Gets or sets the entry style.
Namespace: Dundas.BI.Entities.ViewsAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxpublic TableOfContentsEntryStyle EntryStyle { get; set; }Public Property EntryStyle As TableOfContentsEntryStyle
Get
Set
public:
property TableOfContentsEntryStyle^ EntryStyle {
TableOfContentsEntryStyle^ get ();
void set (TableOfContentsEntryStyle^ value);
}member EntryStyle : TableOfContentsEntryStyle with get, set
Property Value
TableOfContentsEntryStyle
The entry style.
See Also