Click or drag to resize
ResourceAttributes Property
Gets the collection of arbitrary attributes that do not correspond to properties on the resource.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public AttributeCollection Attributes { get; }

Property Value

Type: AttributeCollection
A AttributeCollection of name and value pairs.
See Also