Class MailMergeDataSource
Inheritance
System.Object
MailMergeDataSource
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Documents.dll
Syntax
public class MailMergeDataSource : DependencyObject
Constructors
MailMergeDataSource()
Declaration
public MailMergeDataSource()
Fields
ItemsSourceProperty
Declaration
public static readonly DependencyProperty ItemsSourceProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CurrentItem
Declaration
public object CurrentItem { get; }
Property Value
System.Object
|
CurrentItemIndex
Declaration
public int CurrentItemIndex { get; }
Property Value
System.Int32
|
ItemsSource
Declaration
public IEnumerable ItemsSource { get; set; }
Property Value
System.Collections.IEnumerable
|
Methods
GetColumnNames()
Declaration
public string[] GetColumnNames()
Returns
System.String[]
|
MoveToFirst()
Declaration
public bool MoveToFirst()
Returns
System.Boolean
|
MoveToIndex(Int32)
Declaration
public bool MoveToIndex(int index)
Parameters
System.Int32
index
|
Returns
System.Boolean
|
MoveToLast()
Declaration
public bool MoveToLast()
Returns
System.Boolean
|
MoveToNext()
Declaration
public bool MoveToNext()
Returns
System.Boolean
|
MoveToPrevious()
Declaration
public bool MoveToPrevious()
Returns
System.Boolean
|
Events
CurrentItemChanged
Declaration
public event EventHandler CurrentItemChanged
Event Type
System.EventHandler
|
ItemsSourceChanged
Declaration
public event EventHandler ItemsSourceChanged
Event Type
System.EventHandler
|