AspNetEdit.UI.PropertyEditors.BaseEditor.BaseEditor C# (CSharp) Method

BaseEditor() public method

public BaseEditor ( GridRow parentRow ) : System
parentRow GridRow
return System
        public BaseEditor(GridRow parentRow)
        {
            this.parentRow = parentRow;
        }