SourceGrid.Cells.Views.ColumnHeader.PrepareView C# (CSharp) Method

PrepareView() protected method

protected PrepareView ( CellContext context ) : void
context CellContext
return void
        protected override void PrepareView(CellContext context)
        {
            base.PrepareView(context);

            PrepareVisualElementSortIndicator(context);
        }