Class
MailMergeDataSource

Definition

Namespace:Telerik.WinForms.Documents.Model

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class MailMergeDataSource : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor

Inheritance: objectDisposableObjectRadObjectMailMergeDataSource

Implements: ICustomTypeDescriptorIDisposableINotifyPropertyChanged

Inherited Members RadObject.BindingContextPropertyRadObject.RadTypeRadObject.ReplaceDefaultDescriptors(PropertyDescriptorCollection)RadObject.DisposeManagedResources()RadObject.ClearPropertyStore()RadObject.SuspendPropertyNotifications()RadObject.ResumePropertyNotifications()RadObject.GetPropertyValue(RadProperty)RadObject.SetDefaultValueOverride(RadProperty, object)RadObject.GetValue(RadProperty)RadObject.SetValue(RadProperty, object)RadObject.ResetValue(RadProperty)RadObject.ResetLocalValue(RadProperty)RadObject.ResetValue(RadProperty, ValueResetFlags)RadObject.UpdateValue(RadProperty)RadObject.GetValueSource(RadProperty)RadObject.GetRegisteredRadProperty(string)RadObject.UpdateValueCore(RadPropertyValue)RadObject.SetValueCore(RadPropertyValue, object, object, ValueSource)RadObject.ResetValueCore(RadPropertyValue, ValueResetFlags)RadObject.GetDefaultValue(RadPropertyValue, object)RadObject.CoerceValue(RadPropertyValue, object)RadObject.ShouldSerializeProperty(RadProperty)RadObject.CanRaisePropertyChangeNotifications(RadPropertyValue)RadObject.BindProperty(RadProperty, RadObject, RadProperty, PropertyBindingOptions)RadObject.UnbindProperty(RadProperty)RadObject.AddStylePropertySetting(IPropertySetting)RadObject.GetInheritedValue(RadProperty)RadObject.OnPropertyChanging(RadPropertyChangingEventArgs)RadObject.OnPropertyChanged(RadPropertyChangedEventArgs)RadObject.OnNotifyPropertyChanged(string)RadObject.OnNotifyPropertyChanged(PropertyChangedEventArgs)RadObject.OnShouldSerializeProperty(ShouldSerializePropertyEventArgs)RadObject.IsPropertyCancelable(RadPropertyMetadata)RadObject.PropertyValuesRadObject.PropertyFilterRadObject.RadObjectTypeRadObject.BindingContextRadObject.PropertyChangedRadObject.RadPropertyChangedRadObject.RadPropertyChangingDisposableObject.GetBitState(long)DisposableObject.SetBitState(long, bool)DisposableObject.OnBitStateChanged(long, bool, bool)DisposableObject.Dispose()DisposableObject.Dispose(bool)DisposableObject.PerformDispose(bool)DisposableObject.DisposeUnmanagedResources()DisposableObject.BitStateDisposableObject.EventsDisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.DisposedDisposableObject.Disposing

Constructors

MailMergeDataSource()

Declaration

cs-api-definition
public MailMergeDataSource()

Fields

ItemsSourceProperty

Declaration

cs-api-definition
public static readonly RadProperty ItemsSourceProperty

Field Value

RadProperty

Properties

CurrentItem

Declaration

cs-api-definition
public object CurrentItem { get; }

Property Value

object

CurrentItemIndex

Declaration

cs-api-definition
public int CurrentItemIndex { get; }

Property Value

int

ItemsSource

Declaration

cs-api-definition
public IEnumerable ItemsSource { get; set; }

Property Value

IEnumerable

Methods

GetColumnNames()

Declaration

cs-api-definition
public string[] GetColumnNames()

Returns

string[]

MoveToFirst()

Declaration

cs-api-definition
public bool MoveToFirst()

Returns

bool

MoveToIndex(int)

Declaration

cs-api-definition
public bool MoveToIndex(int index)

Parameters

index

int

Returns

bool

MoveToLast()

Declaration

cs-api-definition
public bool MoveToLast()

Returns

bool

MoveToNext()

Declaration

cs-api-definition
public bool MoveToNext()

Returns

bool

MoveToPrevious()

Declaration

cs-api-definition
public bool MoveToPrevious()

Returns

bool

Events

CurrentItemChanged

Declaration

cs-api-definition
public event EventHandler CurrentItemChanged

Event Value

EventHandler

ItemsSourceChanged

Declaration

cs-api-definition
public event EventHandler ItemsSourceChanged

Event Value

EventHandler