WPF

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Interface IRenderCellInfo

    Show / Hide Table of Contents

    Interface IRenderCellInfo

    Defines cell render style information.

    Namespace: Syncfusion.Windows.Controls.Cells
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public interface IRenderCellInfo

    Methods

    CanCombineCellBackground(IRenderCellInfo)

    Determines whether this cell can combine the cell background with the specified other cell.

    Declaration
    bool CanCombineCellBackground(IRenderCellInfo other)
    Parameters
    Type Name Description
    IRenderCellInfo other

    The other cell.

    Returns
    Type Description
    System.Boolean

    true if this cell can combine the cell background with the specified other cell; otherwise, false.

    CanCombineCellBorder(CellBorderSide, IRenderCellInfo)

    Determines whether this cell can combine the cells border with the the specified other cell.

    Declaration
    bool CanCombineCellBorder(CellBorderSide side, IRenderCellInfo other)
    Parameters
    Type Name Description
    CellBorderSide side

    The side.

    IRenderCellInfo other

    The other cell.

    Returns
    Type Description
    System.Boolean

    true if this cell can combine the cells border with the the specified other cell; otherwise, false.

    GetBorderMargins()

    Gets the border margins.

    Declaration
    Thickness GetBorderMargins()
    Returns
    Type Description
    System.Windows.Thickness

    GetCellBackground()

    Gets the cell background.

    Declaration
    object GetCellBackground()
    Returns
    Type Description
    System.Object

    GetCellBorder(CellBorderSide)

    Gets the cell border.

    Declaration
    object GetCellBorder(CellBorderSide side)
    Parameters
    Type Name Description
    CellBorderSide side

    The side.

    Returns
    Type Description
    System.Object

    GetPadding()

    Gets the padding.

    Declaration
    Thickness GetPadding()
    Returns
    Type Description
    System.Windows.Thickness
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved