WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ColumnBase<T>

    Show / Hide Table of Contents

    Class ColumnBase<T>

    Represents a class that Provides base implementation of Columns.

    Inheritance
    System.Object
    ColumnBase<T>
    GridColumnBase
    Implements
    System.IDisposable
    Namespace: Syncfusion.UI.Xaml.Grids
    Assembly: Syncfusion.Grid.WinUI.dll
    Syntax
    public class ColumnBase<T> : DependencyObject, IDisposable where T : SfGridBase
    Type Parameters
    Name Description
    T

    SfGridBase

    Constructors

    ColumnBase()

    Declaration
    public ColumnBase()

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    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.

    Implements

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