Class SectionColumnCollectionSerializationData
This class supports XAML serialization infrastructure and is not intended to be used directly from your code.
Inheritance
Inherited Members
Namespace: Telerik.WinForms.Documents.Model.Internal
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class SectionColumnCollectionSerializationData : IEnumerable<SectionColumnSerializationData>, ICollection, IEnumerable, ISupportShouldSerialize
Constructors
SectionColumnCollectionSerializationData()
Declaration
public SectionColumnCollectionSerializationData()
SectionColumnCollectionSerializationData(SectionColumnCollection)
Declaration
public SectionColumnCollectionSerializationData(SectionColumnCollection sectionColumnCollection)
Parameters
Section
|
Properties
AreColumnsWithEqualWidth
This property supports XAML serialization infrastructure and is not intended to be used directly from your code.
Declaration
[XamlSerializable(null)]
public bool? AreColumnsWithEqualWidth { get; set; }
Property Value
System.
|
Columns
This property supports XAML serialization infrastructure and is not intended to be used directly from your code.
Declaration
public List<SectionColumnSerializationData> Columns { get; }
Property Value
System.
|
CountOfEqualWidthColumns
This property supports XAML serialization infrastructure and is not intended to be used directly from your code.
Declaration
[XamlSerializable(null)]
public int? CountOfEqualWidthColumns { get; set; }
Property Value
System.
|
HasColumnsSeparator
This property supports XAML serialization infrastructure and is not intended to be used directly from your code.
Declaration
[XamlSerializable(false)]
public bool HasColumnsSeparator { get; set; }
Property Value
System.
|
SpacingBetweenEqualColumns
This property supports XAML serialization infrastructure and is not intended to be used directly from your code.
Declaration
[XamlSerializable(null)]
public double? SpacingBetweenEqualColumns { get; set; }
Property Value
System.
|
Methods
GetEnumerator()
This method supports XAML serialization infrastructure and is not intended to be used directly from your code.
Declaration
public IEnumerator<SectionColumnSerializationData> GetEnumerator()
Returns
System.
|
Implements
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32)
Declaration
void ICollection.CopyTo(Array array, int index)
Parameters
System.
|
System.
|
Implements
ICollection.Count
Declaration
int ICollection.Count { get; }
Returns
System.
|
Implements
ICollection.IsSynchronized
Declaration
bool ICollection.IsSynchronized { get; }
Returns
System.
|
Implements
ICollection.SyncRoot
Declaration
object ICollection.SyncRoot { get; }
Returns
System.
|
Implements
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.
|