footerFrozenColumnsCount property

int footerFrozenColumnsCount
final

The number of non-scrolling columns at the right side of SfDataGrid.

In Right To Left (RTL) mode, this count refers to the number of non-scrolling columns at the left side of SfDataGrid.

Defaults to 0

See also:

  • SfDataGridThemeData.frozenPaneLineWidth, which is used to customize the width of the frozen line.
  • SfDataGridThemeData.frozenPaneLineColor, which is used to customize the color of the frozen line.

Implementation

final int footerFrozenColumnsCount;