-
Notifications
You must be signed in to change notification settings - Fork 3
PropertyList.PropertyListDisplayFlags
Back to home | Back to Reference | View raw text
Represents what properties should be shown or hidden in a PropertyList, by checking the attributes set with the property.
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph SolidShineUi.PropertyList
SolidShineUi.PropertyList.PropertyListDisplayFlags[[PropertyListDisplayFlags]]
end
Represents what properties should be shown or hidden in a PropertyList, by checking the attributes set with the property.
Hides properties that have the PropertyListHide attribute ( PropertyListHideAttribute ) set.
Hides properties that have the Browseable or EditorBrowseable attributes set (and set to false or Never).
Hides properties that have the Obsolete attribute set.
Only properties that have the PropertyListShow attribute ( PropertyListShowAttribute ) will be displayed. This overrides all other flags.
Ignore attributes and display all properties in an object. This overrides all other flags.
Generated with ModularDoc