ControlItemDataAttributes Property |
Custom attributes for the item to pass to the client.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic IDictionary<string, Object> Attributes { get; set; }
Public Property Attributes As IDictionary(Of String, Object)
Get
Set
public:
property IDictionary<String^, Object^>^ Attributes {
IDictionary<String^, Object^>^ get ();
void set (IDictionary<String^, Object^>^ value);
}
member Attributes : IDictionary<string, Object> with get, set
Property Value
Type:
IDictionaryString,
Object
See Also