Exemple #1
0
 public static bool InlineEditItemIsAllowed(this ImmutableGridRendererContext rendererContext)
 => rendererContext.GridConfiguration.InlineEditOptions.InlineEditIsAllowed;
Exemple #2
0
 public static bool CreateItemIsAllowed(this ImmutableGridRendererContext rendererContext)
 => rendererContext.GridConfiguration.CreateItemOptions.IsCreateItemAllowed;