True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.8 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / AllowInactiveStyle Property

In This Topic
    AllowInactiveStyle Property (Frame)
    In This Topic
    Gets or sets a value indicating whether the InactiveStyle is applied to the grid when it loses focus.
    Syntax
    'Declaration
     
    Public Property AllowInactiveStyle As System.Boolean
    public System.bool AllowInactiveStyle {get; set;}
    See Also