FileBrowserItemAttributes Property |
Gets or sets a string array containing custom values which can be used on the client when
customizing the FileBrowser control.
Namespace: Kettic.AspNet.Controls.WidgetsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public NameValueCollection Attributes { get; }
Public ReadOnly Property Attributes As NameValueCollection
Get
public:
property NameValueCollection^ Attributes {
NameValueCollection^ get ();
}
member Attributes : NameValueCollection with get
Property Value
Type:
NameValueCollectionSee Also