Class MailMergeDataSource
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinForms.Documents.Model
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class MailMergeDataSource : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor
Constructors
MailMergeDataSource()
Declaration
public MailMergeDataSource()
Fields
ItemsSourceProperty
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
|