Show / Hide Table of Contents

Class OutputGridBox

Displays tabular data to the user.

Inheritance
Object
OutputGridBox
Namespace: NanoByte.Common.Controls
Assembly: NanoByte.Common.WinForms.dll
Syntax
public sealed class OutputGridBox : Form

Methods

Dispose(Boolean)

Clean up any resources being used.

Declaration
protected override void Dispose(bool disposing)
Parameters
Type Name Description
Boolean disposing

true if managed resources should be disposed; otherwise, false.

Show<T>(IWin32Window, String, IEnumerable<T>)

Displays an output dialog with tabular data.

Declaration
public static void Show<T>(IWin32Window owner, string title, IEnumerable<T> data)
Parameters
Type Name Description
IWin32Window owner

The parent window for the dialogs; can be null.

String title

A title for the data.

IEnumerable<T> data

The data to display.

Type Parameters
Name Description
T

The type of the data elements to display.

Extension Methods

UpdateUtils.To<TIn, TOut>(TIn, Func<TIn, TOut>)
JsonStorage.SaveJson<T>(T, Stream)
JsonStorage.SaveJson<T>(T, String)
JsonStorage.ToJsonString<T>(T)
JsonStorage.ReparseAsJson<T>(Object)
JsonStorage.ReparseAsJson<T>(Object, T)
XmlStorage.SaveXml(Object, Stream, String)
XmlStorage.SaveXml<T>(T, String, String)
XmlStorage.ToXmlString(Object, String)
ConversionUtils.ConvertToString<TType>(TType)
In This Article
Back to top Copyright Bastian Eicher