TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / DataGridViewZoomPolicy Class / Enabled Property

In This Topic
    Enabled Property (DataGridViewZoomPolicy)
    In This Topic
    Gets or sets a value indicating whether this policy should take effect.
    Syntax
    'Declaration
     
    
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}

    Property Value

    true if this instance this policy should take effect ; otherwise, false.
    See Also