New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinForms.Documents.Model.Styles

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class ConditionalTableStylesCollection : INotifyCollectionChanged, IEnumerable

Inheritance: objectConditionalTableStylesCollection

Implements: IEnumerableINotifyCollectionChanged

Constructors

C#
public ConditionalTableStylesCollection(StyleDefinition style)
Parameters:styleStyleDefinition

Properties

C#
public int Count { get; }
C#
public ICollection<ConditionalTableStyleTypes> Keys { get; }
C#
public StyleDefinition this[ConditionalTableStyleTypes styleType] { get; }
Parameters:styleTypeConditionalTableStyleTypes

Methods

C#
public void Add(ConditionalTableStyleTypes styleType, StyleDefinition style)
Parameters:styleTypeConditionalTableStyleTypesstyleStyleDefinition
C#
public void Clear()
C#
public bool Contains(KeyValuePair<ConditionalTableStyleTypes, StyleDefinition> keyValuePair)
Parameters:keyValuePairKeyValuePair<ConditionalTableStyleTypes, StyleDefinition>Returns:

bool

C#
public bool ContainsKey(ConditionalTableStyleTypes styleType)
Parameters:styleTypeConditionalTableStyleTypesReturns:

bool

C#
public StyleDefinition GetValueOrNull(ConditionalTableStyleTypes styleType)
Parameters:styleTypeConditionalTableStyleTypesReturns:

StyleDefinition

C#
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs args)
Parameters:argsNotifyCollectionChangedEventArgs
C#
public void Remove(ConditionalTableStyleTypes styleType)
Parameters:styleTypeConditionalTableStyleTypes

Events

C#
public event NotifyCollectionChangedEventHandler CollectionChanged

Implements: INotifyCollectionChanged.CollectionChanged