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

In This Topic
    IsAbsolute Property (DataGridLength)
    In This Topic
    Gets a value indicating whether the length is expressed in pixels.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAbsolute As Boolean
    public bool IsAbsolute {get;}

    Property Value

    true if the length is expressed in pixels; otherwise, false.
    See Also