MAUI | ComponentOne
C1.Maui.GridControl Assembly / C1.Maui.Grid Namespace / GridZoomMode Enumeration
In This Topic
    GridZoomMode Enumeration
    In This Topic
    Defines constants that specify the current mode for zoom behavior.
    Syntax
    public enum GridZoomMode : System.Enum 
    Members
    MemberDescription
    DisabledZoom of content is disabled.
    EnabledZoom of content is enabled.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Maui.Grid.GridZoomMode

    See Also