menu

WPF

  • Code Examples
  • 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
    System.Int32

    ColumnRegion

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

    Element

    Declaration
    GridCell Element { get; }
    Property Value
    Type
    GridCell

    IsEnsured

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

    IsVisible

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

    Renderer

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

    RowIndex

    Declaration
    int RowIndex { get; set; }
    Property Value
    Type
    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 - 2025 Syncfusion Inc. All Rights Reserved