Class GridCellSortHeaderRenderer
CellRenderer that conditionally displays a SortHeader triangle.
Inheritance
System.Object
GridCellSortHeaderRenderer
Inherited Members
Namespace: Syncfusion.Windows.Controls.Grid
Assembly: Syncfusion.Grid.Wpf.dll
Syntax
public class GridCellSortHeaderRenderer : GridCellStaticTextRenderer, IGridCellRenderer, ICellRenderer, IDisposable, IHitTestSelectCells, IStyleChanged
Constructors
GridCellSortHeaderRenderer()
Declaration
public GridCellSortHeaderRenderer()
Properties
HorizontalGlyphAlignment
Gets or sets the horizontal alignment of the sorting triangle.
Declaration
public HorizontalAlignment HorizontalGlyphAlignment { get; set; }
Property Value
Type |
---|
System.Windows.HorizontalAlignment |
SortWidgetBrush
Gets or sets the Brush that used to draw the sorting triangle.
Declaration
public Brush SortWidgetBrush { get; set; }
Property Value
Type |
---|
System.Windows.Media.Brush |
VerticalGlyphAlignment
Gets or sets the vertical alignment of the sorting triangle.
Declaration
public VerticalAlignment VerticalGlyphAlignment { get; set; }
Property Value
Type |
---|
System.Windows.VerticalAlignment |
Methods
OnRender(DrawingContext, RenderCellArgs, GridRenderStyleInfo)
Declaration
protected override void OnRender(DrawingContext dc, RenderCellArgs rca, GridRenderStyleInfo style)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.DrawingContext | dc | |
RenderCellArgs | rca | |
GridRenderStyleInfo | style |
Overrides
Implements
System.IDisposable