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

In This Topic
    IsAbsolute Property (DataGridScrollStep)
    In This Topic
    Gets a value indicating whether this instance is absolute.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsAbsolute As Boolean
    public bool IsAbsolute {get;}

    Property Value

    true if this instance is absolute; otherwise, false.
    See Also