Xceed Grid for WinForms v4.3 Documentation
Mode Property (QueryViewerFittedHeightEventArgs)


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Viewers Namespace > QueryViewerFittedHeightEventArgs Class : Mode Property
Gets an Xceed.Grid.AutoHeightMode value indicating in regards to what factors the fitted height of the viewer will be calculated.
Syntax
'Declaration
 
Public ReadOnly Property Mode As AutoHeightMode
'Usage
 
Dim instance As QueryViewerFittedHeightEventArgs
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 viewer 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

Reference

QueryViewerFittedHeightEventArgs Class
QueryViewerFittedHeightEventArgs Members