Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid.Editors Namespace / QueryEditorFittedHeightEventArgs Class / Mode Property


In This Topic
    Mode Property (QueryEditorFittedHeightEventArgs)
    In This Topic
    Gets an Xceed.Grid.AutoHeightMode value indicating in regards to what factors the fitted height of the editor will be calculated.
    Syntax
    'Declaration
     
    Public ReadOnly Property Mode As AutoHeightMode
    'Usage
     
    Dim instance As QueryEditorFittedHeightEventArgs
    Dim value As AutoHeightMode
     
    value = instance.Mode
    public AutoHeightMode Mode {get;}

    Property Value

    An Xceed.Grid.AutoHeightMode value indicating in regards to what factors the fitted height of the editor will be calculated.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also