Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / DistributionInfo Class / Column Property

In This Topic
    Column Property (DistributionInfo)
    In This Topic
    Gets or sets a column number where the element described by the DistributionInfo will be placed.
    Syntax
    'Declaration
     
    
    Public Property Column As Nullable(Of Integer)
    public Nullable<int> Column {get; set;}
    Remarks
    The default value is Null, which means that a default column position is not changed. Setting it to a non-null value forces AutoDistributionGrid to place the child element in the specified column position.
    See Also