WPF

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

    Show / Hide Table of Contents

    Class ViewHeaderControl

    Class which holds the view header cells.

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

    Constructors

    ViewHeaderControl(ViewPanel)

    Declaration
    public ViewHeaderControl(ViewPanel viewPanel)
    Parameters
    Type Name Description
    ViewPanel viewPanel

    Methods

    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)

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

    OnApplyTemplate()

    Declaration
    public override void OnApplyTemplate()

    Implements

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