Table of Contents

Class OutputGridBox

Namespace
NanoByte.Common.EtoControls
Assembly
NanoByte.Common.EtoForms.dll

Displays tabular data to the user.

public static class OutputGridBox
Inheritance
object
OutputGridBox

Methods

Show<T>(Control?, string, IEnumerable<T>)

Displays an output dialog with tabular data.

public static void Show<T>(Control? owner, string title, IEnumerable<T> data)

Parameters

owner Control

The parent window the displayed window is modal to; can be null.

title string

The window title to use.

data IEnumerable<T>

The data to display.

Type Parameters

T

The type of the data elements to display.