Class CellUIElementsDictionary
A strong typed dictionary that maps RowColumnIndex to CellUIElements.
Implements
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<RowColumnIndex, CellUIElements>>
System.Collections.IEnumerable
Inherited Members
Namespace: Syncfusion.Windows.Controls.Cells
Assembly: Syncfusion.GridCommon.WPF.dll
Syntax
public class CellUIElementsDictionary : RowColumnIndexValueDictionary<CellUIElements>, IEnumerable<KeyValuePair<RowColumnIndex, CellUIElements>>, IEnumerable, IRowColumnIndexValueDictionaryCallbacks<CellUIElements>
Constructors
CellUIElementsDictionary(VirtualizingCellsControl)
Initializes a new instance of the CellUIElementsDictionary class.
Declaration
public CellUIElementsDictionary(VirtualizingCellsControl cellsControl)
Parameters
Type | Name | Description |
---|---|---|
VirtualizingCellsControl | cellsControl | The cells control. |
Explicit Interface Implementations
IRowColumnIndexValueDictionaryCallbacks<CellUIElements>.OnMovedCell(RowColumnIndex, CellUIElements)
Declaration
void IRowColumnIndexValueDictionaryCallbacks<CellUIElements>.OnMovedCell(RowColumnIndex cellRowColumnIndex, CellUIElements value)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | |
CellUIElements | value |
IRowColumnIndexValueDictionaryCallbacks<CellUIElements>.OnRemoveCell(RowColumnIndex, CellUIElements)
Declaration
void IRowColumnIndexValueDictionaryCallbacks<CellUIElements>.OnRemoveCell(RowColumnIndex cellRowColumnIndex, CellUIElements value)
Parameters
Type | Name | Description |
---|---|---|
RowColumnIndex | cellRowColumnIndex | |
CellUIElements | value |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable