Class SectionColumnCollectionSerializationData
This class supports XAML serialization infrastructure and is not intended to be used directly from your code.
Inheritance
Namespace: Telerik.Windows.Documents.Model.Internal
Assembly: Telerik.Windows.Documents.dll
Syntax
public class SectionColumnCollectionSerializationData : Object, 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 Nullable<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 Nullable<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 Nullable<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>
|