ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.DataBindingWizard.Views Namespace / TextBoxAdapterWithDefault Class
Members

In This Topic
    TextBoxAdapterWithDefault Class
    In This Topic
    Adapter for text box control with default value
    Object Model
    TextBoxAdapterWithDefault Class
    Syntax
    'Declaration
     
    Public NotInheritable Class TextBoxAdapterWithDefault 
       Inherits GrapeCity.ActiveReports.Viewer.Common.Internal.ControlAdapter(Of String)
    public sealed class TextBoxAdapterWithDefault : GrapeCity.ActiveReports.Viewer.Common.Internal.ControlAdapter<string> 
    Inheritance Hierarchy

    System.Object
          GrapeCity.ActiveReports.Design.DataBindingWizard.Views.TextBoxAdapterWithDefault

    See Also