Class PinnedRowsContainerElement
Represents a visual container that holds the pinned rows.
Inheritance
System.Object
    
    
    
    
    
    
    
    PinnedRowsContainerElement
  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.GridView.dll
Syntax
public class PinnedRowsContainerElement : ScrollableRowsContainerElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
  Constructors
PinnedRowsContainerElement()
Declaration
public PinnedRowsContainerElement()
  Methods
InitializeFields()
Initializes member fields to their default values. This method is called prior the CreateChildItems one and allows for initialization of members on which child elements depend.
Declaration
protected override void InitializeFields()
  Overrides
MeasureElement(IVirtualizedElement<GridViewRowInfo>)
Measures the element.
Declaration
protected override bool MeasureElement(IVirtualizedElement<GridViewRowInfo> element)
  Parameters
| 
        IVirtualizedElement<GridViewRowInfo>
        element
         The element.  | 
    
Returns
| 
        System.Boolean
         
  | 
    
Overrides
Telerik.WinControls.UI.VirtualizedStackContainer<Telerik.WinControls.UI.GridViewRowInfo>.MeasureElement(Telerik.WinControls.UI.IVirtualizedElement<Telerik.WinControls.UI.GridViewRowInfo>)