Attributes Property
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| RichListItem..::..Attributes Property |
| RichListItem Class See Also Send Feedback |
Gets a collection of attribute name and value pairs for the RichListItem that are not directly supported by the class.
Namespace:Â CuteEditorAssembly:Â CuteEditor (in CuteEditor.dll) Version: 6.7.0.0
Syntax
| C# |
|---|
public AttributeCollection Attributes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Attributes As AttributeCollection Get |
| Visual C++ |
|---|
public: property AttributeCollection^ Attributes { AttributeCollection^ get (); } |