SourceGrid.Cells.Views.ColumnHeader.PrepareView C# (CSharp) 메소드

PrepareView() 보호된 메소드

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

            PrepareVisualElementSortIndicator(context);
        }