TableOfContentsEntryPropertiesEntryStyle Property  | 
 
            Gets or sets the entry style.
            
 
    Namespace: 
   Dundas.BI.Entities.Views
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.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
Type: 
TableOfContentsEntryStyle
            The entry style.
            
See Also