Table of Contents

Class AutoColumnPagedDataGridMessage

Namespace
HeBianGu.Control.PagedDataGrid
Assembly
HeBianGu.Control.PagedDataGrid.dll
public class AutoColumnPagedDataGridMessage : ServiceSettingInstance<AutoColumnPagedDataGridMessage, IAutoColumnPagedDataGridMessage>, INotifyPropertyChanged, IDisplayer, ISetting, IAutoColumnPagedDataGridMessage, IAutoColumnPagedDataGridMessageOption
Inheritance
AutoColumnPagedDataGridMessage
Implements
Inherited Members
Extension Methods

Methods

Show<T>(T, Predicate<T>, string, Action<DataGrid>, ComponentResourceKey)

public Task<bool> Show<T>(T value, Predicate<T> match = null, string title = null, Action<DataGrid> builder = null, ComponentResourceKey key = null) where T : IList

Parameters

value T
match Predicate<T>
title string
builder Action<DataGrid>
key ComponentResourceKey

Returns

Task<bool>

Type Parameters

T