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

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

    Property Value

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