EditorModuleAttributes Property |
Gets the custom attributes which will be serialized on the client.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic virtual AttributeCollection Attributes { get; }
Public Overridable ReadOnly Property Attributes As AttributeCollection
Get
public:
virtual property AttributeCollection^ Attributes {
AttributeCollection^ get ();
}
abstract Attributes : AttributeCollection with get
override Attributes : AttributeCollection with get
Property Value
Type:
AttributeCollection
See Also