combit List & Label 29 - .NET Help
combit.Reporting.DesignerExtensions Namespace / DesignerProperty Class / Value Property


In This Topic
    Value Property (DesignerProperty)
    In This Topic
    Gets or sets the value of the property. If AllowFormula is set to true, this property will return the evaluated value. To access the formula in this case, use the Formula property.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property Value As Object
    public virtual object Value {get;}
    public:
    virtual property Object^ Value {
       Object^ get();
    }
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also