ItemVisibility
Enum
Represents possible virtualization state particular item could be in.
Definition
Namespace:Telerik.Windows.Diagrams.Core
Assembly:Telerik.WinControls.RadDiagram.dll
Syntax:
C#
public enum ItemVisibility
Fields
Represents the state when item is not visible and does not participate in the layout.
C#
Collapsed = 1
Represents the state when item is virtualized. It is not not visible and does not participate in the layout.
C#
Virtualized = 2
Represents the state when the item is realized and visible and participates in the layout.
C#
Visible = 0