menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IColumnElement - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Interface IColumnElement

    Provides the common functionalities of Columns in SfDataGrid.

    Inherited Members
    IElement.Element
    IElement.Index
    Namespace: Syncfusion.UI.Xaml.Grid
    Assembly: Syncfusion.SfGrid.UWP.dll
    Syntax
    public interface IColumnElement : IElement, INotifyPropertyChanged, IComparable

    Properties

    ColumnSpan

    Gets the value for ColumnSpan.

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

    IsEditing

    Gets the value indicating whether the current element is in editing or not.

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

    IsSpannedColumn

    Gets the value indicating whether the column is spanned or not.

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

    Renderer

    Gets the IGridCellRenderer.

    Declaration
    IGridCellRenderer Renderer { get; }
    Property Value
    Type
    IGridCellRenderer

    RowIndex

    Gets the value for RowIndex.

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

    RowSpan

    Gets the value for RowSpan.

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

    Methods

    UpdateCellStyle(Object)

    Updates the Cell style.

    Declaration
    void UpdateCellStyle(object dataContext)
    Parameters
    Type Name Description
    System.Object dataContext

    The DataContext.

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved