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

    Inherited Members
    IElement.Element
    IElement.Index
    System.IComparable.CompareTo(System.Object)
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.WPF.dll
    Syntax
    [ClassReference(IsReviewed = false)]
    public interface IColumnElement : IElement, INotifyPropertyChanged, IComparable

    Properties

    ColumnSpan

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

    IsEditing

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

    IsSpannedColumn

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

    Renderer

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

    RowIndex

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

    RowSpan

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

    Methods

    UpdateCellStyle(Object)

    Declaration
    void UpdateCellStyle(object dataContext)
    Parameters
    Type Name Description
    System.Object dataContext
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved