Interface IAutoColumnPagedDataGridMessage
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
Tmatch
Predicate<T>title
stringbuilder
Action<DataGrid>key
ComponentResourceKey
Returns
Type Parameters
T