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

In This Topic
    IsDiscrete Property
    In This Topic
    Gets a value indicating whether this instance is discrete.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsDiscrete As Boolean
    public bool IsDiscrete {get;}

    Property Value

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