Ext.Net.GridView.OnBeforeClientInitHandler C# (CSharp) Method

OnBeforeClientInitHandler() private method

private OnBeforeClientInitHandler ( ) : void
return void
        protected override void OnBeforeClientInitHandler()
        {
            base.OnBeforeClientInitHandler();
            
            if (this.GetRowClass != null && this.GetRowClass.Handler.IsNotEmpty())
            {
                this.GetRowClass.FormatHandler = false;
                this.GetRowClass.Args = new string[] { "record", "index", "rowParams", "store" };
            }
        }