Interface IColumnElement
Assembly: Syncfusion.SfCellGrid.WPF.dll
Syntax
public interface IColumnElement
Properties
ColumnIndex
Declaration
int ColumnIndex { get; set; }
Property Value
ColumnRegion
Declaration
ScrollAxisRegion ColumnRegion { get; set; }
Property Value
Element
Declaration
GridCell Element { get; }
Property Value
IsEnsured
Declaration
bool IsEnsured { get; set; }
Property Value
IsVisible
Declaration
bool IsVisible { get; set; }
Property Value
Renderer
Declaration
IGridCellRenderer Renderer { get; set; }
Property Value
RowIndex
Declaration
int RowIndex { get; set; }
Property Value
Methods
UpdateColumn(out FrameworkElement)
Declaration
void UpdateColumn(out FrameworkElement oldElement)
Parameters
Type |
Name |
Description |
System.Windows.FrameworkElement |
oldElement |
|