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 |
|
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 |
|
GetBorderMargins()
Gets the border margins.
Declaration
Thickness GetBorderMargins()
Returns
Type |
---|
System.Windows.Thickness |
GetCellBackground()
Gets the cell background.
Declaration
object GetCellBackground()
Returns
Type |
---|
System.Object |
GetCellBorder(CellBorderSide)
Gets the cell border.
Declaration
object GetCellBorder(CellBorderSide side)
Parameters
Type | Name | Description |
---|---|---|
CellBorderSide | side | The side. |
Returns
Type |
---|
System.Object |
GetPadding()
Gets the padding.
Declaration
Thickness GetPadding()
Returns
Type |
---|
System.Windows.Thickness |