AttributeCollectionItem Property (StandardDropDownProperties) |
Namespace: Kettic.AspNet.Controls.EditorAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public string this[
StandardDropDownProperties key
] { get; set; }
Public Default Property Item (
key As StandardDropDownProperties
) As String
Get
Set
public:
property String^ default[StandardDropDownProperties key] {
String^ get (StandardDropDownProperties key);
void set (StandardDropDownProperties key, String^ value);
}
member Item : string with get, set
Parameters
- key
- Type: Kettic.AspNet.Controls.EditorStandardDropDownProperties
Property Value
Type:
StringSee Also