2 writes to _checkColumnOptionsPosition
Microsoft.AspNetCore.Components.QuickGrid (2)
QuickGrid.razor.cs (2)
209
_checkColumnOptionsPosition
= false;
270
_checkColumnOptionsPosition
= true; // Triggers a call to JS to position the options element, apply autofocus, and any other setup
1 reference to _checkColumnOptionsPosition
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
207
if (
_checkColumnOptionsPosition
&& _displayOptionsForColumn is not null)