ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _NotifyPropertyChangeOptionModel Class / __option Property

In This Topic
    __option Property (_NotifyPropertyChangeOptionModel)
    In This Topic
    Syntax
    'Declaration
     
    Public Property __option As Nullable(Of JsonElement)
    public Nullable<JsonElement> __option {get; set;}
    See Also