Skip to content

PropertyList.PropertyListDisplayFlags

JaykeBird edited this page Feb 21, 2023 · 2 revisions

Back to home | Back to Reference | View raw text

PropertyListDisplayFlags enum

Description

Represents what properties should be shown or hidden in a PropertyList, by checking the attributes set with the property.

Diagram

Loading
  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph SolidShineUi.PropertyList
  SolidShineUi.PropertyList.PropertyListDisplayFlags[[PropertyListDisplayFlags]]
  end

Details

Summary

Represents what properties should be shown or hidden in a PropertyList, by checking the attributes set with the property.

Fields

HidePropertyListHide

Summary

Hides properties that have the PropertyListHide attribute ( PropertyListHideAttribute ) set.

HideBrowseableFalse

Summary

Hides properties that have the Browseable or EditorBrowseable attributes set (and set to false or Never).

HideObsolete

Summary

Hides properties that have the Obsolete attribute set.

OnlyShowPropertyListShow

Summary

Only properties that have the PropertyListShow attribute ( PropertyListShowAttribute ) will be displayed. This overrides all other flags.

ShowAll

Summary

Ignore attributes and display all properties in an object. This overrides all other flags.

Generated with ModularDoc

Clone this wiki locally