Inheritance
System.Object
GridDataHeaderCellModel
Implements
System.IDisposable
Assembly: Syncfusion.Grid.Wpf.dll
public class GridDataHeaderCellModel : GridCellModel<GridDataHeaderCellRenderer>, IDisposable
Constructors
Declaration
public GridDataHeaderCellModel()
Properties
Declaration
public bool CanShowColumnOptionsButton { get; set; }
Property Value
Declaration
public bool CanShowFilterButton { get; set; }
Property Value
Methods
Declaration
public override Size CalculatePreferredCellSize(int rowIndex, int colIndex, GridStyleInfo style, GridQueryBounds queryBounds)
Parameters
Returns
Overrides
Gets the filter choices by iterating the cell values as in Excel document. This can be further modified as per custom implementation.
Declaration
public virtual IEnumerable<object> GetFilterChoices(int colIdx)
Parameters
Type |
Name |
Description |
System.Int32 |
colIdx |
|
Returns
Type |
System.Collections.Generic.IEnumerable<System.Object> |
Implements
System.IDisposable