Click or drag to resize
Item.Attributes 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: IDictionary<String, String>
See Also