Interface IColumnElement
Inherited Members
System.IComparable.CompareTo(System.Object)
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
[ClassReference(IsReviewed = false)]
public interface IColumnElement : IElement, INotifyPropertyChanged, IComparable
Properties
ColumnSpan
Declaration
Property Value
Type |
Description |
System.Int32 |
|
IsEditing
Declaration
Property Value
Type |
Description |
System.Boolean |
|
IsSpannedColumn
Declaration
bool IsSpannedColumn { get; }
Property Value
Type |
Description |
System.Boolean |
|
Renderer
Declaration
IGridCellRenderer Renderer { get; }
Property Value
RowIndex
Declaration
Property Value
Type |
Description |
System.Int32 |
|
RowSpan
Declaration
Property Value
Type |
Description |
System.Int32 |
|
Methods
UpdateCellStyle(Object)
Declaration
void UpdateCellStyle(object dataContext)
Parameters
Type |
Name |
Description |
System.Object |
dataContext |
|