combit List & Label 29 - .NET Help
combit.Reporting.Dom Namespace / PropertyFrameExt Class / Default Property


In This Topic
    Default Property (PropertyFrameExt)
    In This Topic
    Gets or sets if the default frame should be used (True) or if the frame is determined by the other frame properties (False). As soon as one of the other properties is set, this property is set to "False" by default. You need to set it back to "True" if required.
    Syntax
    'Declaration
     
    
    Public Property Default As String
    public string Default {get; set;}
    public:
    property String^ Default {
       String^ get();
       void set (    String^ value);
    }
    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