Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / DateCondition Class / ExpectedValueType Property


In This Topic
    ExpectedValueType Property (DateCondition)
    In This Topic
    Gets the expected type of the value.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable ReadOnly Property ExpectedValueType As Type
    'Usage
     
    Dim instance As DateCondition
    Dim value As Type
     
    value = instance.ExpectedValueType
    public override Type ExpectedValueType {get;}
    See Also