FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / FlexGrid Class / ShowDesignTimeData Property

In This Topic
    ShowDesignTimeData Property
    In This Topic
    Gets or sets whether the control generates design-time data.
    Syntax
    'Declaration
     
    Public Property ShowDesignTimeData As Boolean
    public bool ShowDesignTimeData {get; set;}
    Remarks
    This property has no effect at runtime, and it is true by default.
    See Also