RootEditorProperties Property |
List of properties of the object
Namespace:
Seal.Model
Assembly:
SealLibrary (in SealLibrary.dll) Version: 6.1.0.0 (6.1.0.0)
Syntax[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
protected List<CustomPropertyDescriptor> Properties { get; }
<XmlIgnoreAttribute>
<BrowsableAttribute(false)>
Protected ReadOnly Property Properties As List(Of CustomPropertyDescriptor)
Get
protected:
[XmlIgnoreAttribute]
[BrowsableAttribute(false)]
property List<CustomPropertyDescriptor^>^ Properties {
List<CustomPropertyDescriptor^>^ get ();
}
[<XmlIgnoreAttribute>]
[<BrowsableAttribute(false)>]
member Properties : List<CustomPropertyDescriptor> with get
Property Value
Type:
ListCustomPropertyDescriptor
See Also