Outlook user interface settings.

Namespace:  C1.Web.UI.Controls.C1NavPanel
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[C1CategoryAttribute("Category.OutlookUI")]
[JsonAttribute(true)]
[NotifyParentPropertyAttribute(true)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
[BrowsableAttribute(true)]
[RefreshPropertiesAttribute(RefreshProperties.All)]
public C1AccordionOutlookUISettings OutlookUISettings { get; }
Visual Basic (Declaration)
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> _
<C1CategoryAttribute("Category.OutlookUI")> _
<JsonAttribute(True)> _
<NotifyParentPropertyAttribute(True)> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<EditorBrowsableAttribute(EditorBrowsableState.Always)> _
<BrowsableAttribute(True)> _
<RefreshPropertiesAttribute(RefreshProperties.All)> _
Public ReadOnly Property OutlookUISettings As C1AccordionOutlookUISettings
	Get

See Also