Click or drag to resize
ItemAttributes Property
Collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.

Namespace: CMS.UIControls.UniMenuConfig
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax
C#
public IDictionary<string, string> Attributes { get; }

Property Value

Type: IDictionaryString, String
See Also