Class DiagramListViewVisualItem
Inheritance
System.Object
    
    
    
    
    
    
    
    
    
    
    DiagramListViewVisualItem
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
public class DiagramListViewVisualItem : IconListViewVisualItem, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IDrawFillElement, IImageElement, ITextPrimitive, ITextProvider, IVirtualizedElement<ListViewDataItem>
  Constructors
DiagramListViewVisualItem()
Declaration
public DiagramListViewVisualItem()
  Properties
ShapeElement
The shape element.
Declaration
public LightVisualElement ShapeElement { get; }
  Property Value
| 
        LightVisualElement
         
  | 
    
TextElement
The text element
Declaration
public LightVisualElement TextElement { get; }
  Property Value
| 
        LightVisualElement
         
  | 
    
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
  Overrides
SynchronizeProperties()
Declaration
protected override void SynchronizeProperties()