[This is preliminary documentation and subject to change.]
Initializes a new instance of the ExpandablePropertyAttribute class with the IsExpandable property value set to true and the Ordinal property set to zero.
Initializes a new instance of the ExpandablePropertyAttribute class with the IsExpandable property value set to true and the Ordinal property set to zero.
public ExpandablePropertyAttribute();
Initializes a new instance of the ExpandablePropertyAttribute class with the given initial value of the IsExpandable property and the Ordinal property set to zero.
public ExpandablePropertyAttribute(bool);
Initializes a new instance of the ExpandablePropertyAttribute class with the given initial values of the IsExpandable and the Ordinal properties.
public ExpandablePropertyAttribute(bool,int);
ExpandablePropertyAttribute Class | LaMarvin.ComponentModel Namespace