ComponentOne DataGrid for WPF and Silverlight
C1.WPF.DataGrid Namespace / DataGridLength Structure / IsAutoStar Property

In This Topic
    IsAutoStar Property
    In This Topic
    Gets a value indicating whether the length is auto star.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAutoStar As Boolean
    public bool IsAutoStar {get;}

    Property Value

    true if the length is auto star; otherwise, false.
    See Also