Inheritance
System.Object
ItemGenerator
Implements
System.ComponentModel.INotifyPropertyChanged
Assembly: Syncfusion.SfGrid.WPF.dll
public class ItemGenerator : NotifyPropertyChangeHelper, INotifyPropertyChanged, IItemGenerator
Constructors
Declaration
public ItemGenerator(SfDataPager pager)
Parameters
Fields
Declaration
public List<ScrollableElement> Items
Field Value
Properties
Declaration
public Brush HighlightForegroundBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Declaration
public Brush HighlightThemeBrush { get; set; }
Property Value
Type |
System.Windows.Media.Brush |
Methods
Declaration
public void EnsureItems(int startIndex, int endIndex, bool isInternalOffset)
Parameters
Type |
Name |
Description |
System.Int32 |
startIndex |
|
System.Int32 |
endIndex |
|
System.Boolean |
isInternalOffset |
|
Declaration
public void PreGenerateItems(int startIndex, int endIndex)
Parameters
Type |
Name |
Description |
System.Int32 |
startIndex |
|
System.Int32 |
endIndex |
|
Implements
System.ComponentModel.INotifyPropertyChanged