Definition
Namespace:Telerik.WinForms.Documents.Model.Styles
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class ConditionalTableStylesCollection : INotifyCollectionChanged, IEnumerable
Inheritance: objectConditionalTableStylesCollection
Implements:
Constructors
Properties
Keys
ICollection<ConditionalTableStyleTypes>
C#
public ICollection<ConditionalTableStyleTypes> Keys { get; }
C#
public StyleDefinition this[ConditionalTableStyleTypes styleType] { get; }
Methods
C#
public void Add(ConditionalTableStyleTypes styleType, StyleDefinition style)
C#
public void Clear()
C#
public bool Contains(KeyValuePair<ConditionalTableStyleTypes, StyleDefinition> keyValuePair)
C#
public bool ContainsKey(ConditionalTableStyleTypes styleType)
C#
public StyleDefinition GetValueOrNull(ConditionalTableStyleTypes styleType)
C#
protected virtual void OnCollectionChanged(NotifyCollectionChangedEventArgs args)
C#
public void Remove(ConditionalTableStyleTypes styleType)
Events
C#
public event NotifyCollectionChangedEventHandler CollectionChanged
Implements: