WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IColumnElement - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IColumnElement

    Namespace: Syncfusion.UI.Xaml.CellGrid
    Assembly: Syncfusion.SfCellGrid.WPF.dll
    Syntax
    public interface IColumnElement

    Properties

    ColumnIndex

    Declaration
    int ColumnIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    ColumnRegion

    Declaration
    ScrollAxisRegion ColumnRegion { get; set; }
    Property Value
    Type Description
    ScrollAxisRegion

    Element

    Declaration
    GridCell Element { get; }
    Property Value
    Type Description
    GridCell

    IsEnsured

    Declaration
    bool IsEnsured { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsVisible

    Declaration
    bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean

    Renderer

    Declaration
    IGridCellRenderer Renderer { get; set; }
    Property Value
    Type Description
    IGridCellRenderer

    RowIndex

    Declaration
    int RowIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    Methods

    UpdateColumn(out FrameworkElement)

    Declaration
    void UpdateColumn(out FrameworkElement oldElement)
    Parameters
    Type Name Description
    System.Windows.FrameworkElement oldElement
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved