Table of Contents

Interface IAutoColumnPagedDataGridMessage

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll
public interface IAutoColumnPagedDataGridMessage
Extension Methods

Methods

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

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