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
SectionColumnCollection
sectionColumnCollection
|
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.Nullable<System.Boolean>
|
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.Collections.Generic.List<SectionColumnSerializationData>
|
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.Nullable<System.Int32>
|
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.Boolean
|
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.Nullable<System.Double>
|
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.Collections.Generic.IEnumerator<SectionColumnSerializationData>
|
Implements
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32)
Declaration
void ICollection.CopyTo(Array array, int index)
Parameters
System.Array
array
|
System.Int32
index
|
Implements
ICollection.Count
Declaration
int ICollection.Count { get; }
Returns
System.Int32
|
Implements
ICollection.IsSynchronized
Declaration
bool ICollection.IsSynchronized { get; }
Returns
System.Boolean
|
Implements
ICollection.SyncRoot
Declaration
object ICollection.SyncRoot { get; }
Returns
System.Object
|
Implements
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
|