WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ViewHeaderRowPanel - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ViewHeaderRowPanel

    Class which holds the view header cells.

    Inheritance
    System.Object
    ViewHeaderRowPanel
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Scheduler
    Assembly: Syncfusion.SfScheduler.WPF.dll
    Syntax
    public class ViewHeaderRowPanel : Panel, IDisposable

    Constructors

    ViewHeaderRowPanel()

    Initializes a new instance of the ViewHeaderRowPanel class.

    Declaration
    public ViewHeaderRowPanel()

    Methods

    ArrangeOverride(Size)

    Positions child objects and determines a size for a UIElement.

    Declaration
    protected override Size ArrangeOverride(Size finalSize)
    Parameters
    Type Name Description
    System.Windows.Size finalSize

    The final size that the parent computes for the child in layout, provided as a Rect value.

    Returns
    Type Description
    System.Windows.Size

    Final size for a UIElement.

    Dispose()

    Disposes all the resources used by the ViewHeaderRowPanel class.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes all the resources used by the ViewHeaderRowPanel class.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    Indicates whether the call is from Dispose method or from a finalizer.

    MeasureOverride(Size)

    Updates the DesiredSize of a UIElement and its children.

    Declaration
    protected override Size MeasureOverride(Size availableSize)
    Parameters
    Type Name Description
    System.Windows.Size availableSize

    The available space that a parent can allocate to a child object.

    Returns
    Type Description
    System.Windows.Size

    DesiredSize of a UIElement.

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved